Hi guys, have you ever had this error in your codeblocks? I had this error in the OF examples too. (tried both 0.8.4. and 0.8.3.) Thanks!
are you using C++11?
Do you mean the compiler setting? I had this option “have g++ follow the C++11 ISO C++ language standard [-std=C++11]” initially checked. Yet after I did the reset default, the same error still showed up…
I have only seen this error show up with C++11 enabled, so make sure that flag isn’t set anywhere else (there’s about 3 or 4 places it can be). And yes, i mean -std=C++11
Hmm. I have the same problem. Exactly where are those places?