-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Build For Raspberry pi , Rapbery with new Compiler C++17 #1671
Comments
In order to asses your issue, we need the following information:
|
Thnak for Replay
cassert is already defined in your header,
No i have stabile version, cloned and installed in Rapbery Pi, but i can't compiler with my Project i disable flag fpermissive, i become this Error warning: there are no arguments to ‘assert’ that depend on a template parameter, so a declaration of ‘assert’ must be available [-fpermissive] |
You can try to define |
thank you is working, but i want to know why he does working without flag, |
I also have no idea. I guess the compiler has a buggy library. You may also want to try to change the include |
i want to compiler json.hpp for raspbery pi with c++ 17 , when i try from Make file i becothe folowing code error: ?
include file cassert is already included?
/json.hpp:7914:17: error: ‘assert’ was not declared in this scope
assert(x.f != 0);
warning: there are no arguments to ‘assert’ that depend on a template parameter, so a declaration of ‘assert’ must be available [-fpermissive]
assert(utf8_bytes_filled > 0);
the System ist raspbery pi with new compiler gcc-9.1.0
the version ist the new
is any Idea Please? Thanks
The text was updated successfully, but these errors were encountered: