-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
编译报错了。 #3
Comments
用的哪个版本的编译器,具体是哪个文件? |
-编译器及系统信息(g++ --version / uname -a):
|
这个错误有点奇怪,你先尝试在dao.hpp引入头文件 |
就是这个问题呢,引入头文件 #include <unordered_map> 就解决。谢谢大佬! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error: there are no arguments to ‘get_database_configs’ that depend on a template parameter, so a declaration of ‘get_database_configs’ must be available [-fpermissive]
The text was updated successfully, but these errors were encountered: