jeremywestAMX / ember-plus

Automatically exported from code.google.com/p/ember-plus
0 stars 0 forks source link

use of nullptr causes compilation error with gcc 4.6.3 #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Similar to issue 14, the use of nullptr causes compilation error with gcc 4.6.3 
:
./libs/libember/glow/GlowInvocation.hpp:117
and 
./libs/libember/glow/impl/GlowInvocationResult.hpp:129

Original issue reported on code.google.com by benoit.q...@lawo.de on 22 Jul 2013 at 9:12

GoogleCodeExporter commented 9 years ago

Original comment by Kimon.Ho...@lawo.com on 23 Jul 2013 at 8:02

GoogleCodeExporter commented 9 years ago
The libember part of this issue has been fixed in revisions r41 and r43.

Unfortunately the TinyEmberPlus sample uses C++11 features such as "auto" and 
"nullptr" all over the place.

@Marius: Could you please take care of this?

Original comment by Kimon.Ho...@lawo.com on 25 Jul 2013 at 11:39

GoogleCodeExporter commented 9 years ago
For me it is acceptable if the samples are using C++11 features, while the 
libraries have to be C++03 compliant.

Original comment by nullable...@gmail.com on 25 Jul 2013 at 11:50

GoogleCodeExporter commented 9 years ago
Hmm, that might be an option, although I would extend the C++03 requirement to 
all tests as well.

Original comment by Kimon.Ho...@lawo.com on 25 Jul 2013 at 12:19

GoogleCodeExporter commented 9 years ago
I think this issue can be closed. If required, we should add another one for 
the tests and for the sample code.

Original comment by nullable...@gmail.com on 5 Aug 2013 at 7:41

GoogleCodeExporter commented 9 years ago
What is the state of this issue? I still think we can close it and open a new 
one if required.

Original comment by nullable...@gmail.com on 5 Nov 2013 at 7:15

GoogleCodeExporter commented 9 years ago
I agree and am closing this issue now.

Original comment by Kimon.Ho...@lawo.com on 5 Nov 2013 at 7:50