-
Notifications
You must be signed in to change notification settings - Fork 96
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
ISO C++ did not adopt string literal operator templates taking an argument pack of characters #45
Comments
Hi! I'm fixing troubles with extra semicolons right now. But the issue with |
@eao197 yeah, I just commented the semicolons and everything builds as long as my latest #42 pragma once is present to avoid redefinition error! Is it possible to have the semicolons fix that you're on along with #42 to be added to the next release? RESTinio has been merged to OpenDHT and it is all good 🎉 but we rather avoid in our ring-daemon autotools build system to get RESTinio from master and use a release version in our rules.mak file for its dependency. |
@binarytrails |
@binarytrails |
v.0.5.1.2 contains a workaround for fmtlib-5.3: https://github.com/Stiffstream/restinio/blob/master/dev/restinio/impl/include_fmtlib.hpp |
@eao197 thank you everything builds with gnu autotools now! |
Got this error that I never saw before while integrating RESTinio into our Autotools GNU build system of the ring-daemon and it seems related to this https://github.com/citra-emu/citra/issues/4766 however, this did not fix it but removing the ; at the specified lines fixed this errors, any insights on this matter?
The text was updated successfully, but these errors were encountered: