-
Notifications
You must be signed in to change notification settings - Fork 157
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
multiple definition of sqlite::database_binder' #15
Comments
Should be fixed now. Please reopen if the problem persists. |
Thanks for the fix and thanks for the great library, Edward! |
hi I saw that you fixed this issue (commit) so I'm not sure when exactly that happen but I'm having the same issue again.. template<> database_binder::chain_type& operator <<(database_binder::chain_type& db, const std::string& txt)
template<> void get_col_from_db(database_binder& db, int inx, std::u16string & w)
template <typename BoostOptionalT> database_binder::chain_type& operator <<(database_binder::chain_type& db, const boost::optional<BoostOptionalT>& val)
template <typename BoostOptionalT> void get_col_from_db(database_binder& db, int inx, boost::optional<BoostOptionalT>& o)
void operator++(database_binder::chain_type& db, int) at lines 467, 477, 498, 511 and 527 |
Hi, |
right sorry...
just to let you know - adding |
Ok if you know the solution, make a pull request and i merge it. |
Adding "#include <sqlite_modern_cpp.h>" multiple .cpp files causes multiple definition errors.
This is on 64-bit Kubuntu 15.04 using Netbeans 8.02. Compile errors are attached.
compile_errors.txt
The text was updated successfully, but these errors were encountered: