Search found 1 match
- Fri Feb 15, 2013 2:09 am
- Forum: Bugs and suggestions
- Topic: C++ compiler upgrade (gcc 4.7+)
- Replies: 3
- Views: 3785
C++ compiler upgrade (gcc 4.7+)
It'd be nice if we were able to use C++0x / C++11 features in our code (http://gcc.gnu.org/projects/cxx0x.html). If upgrading the compiler is not an option, maybe allow a different compiler setting in the submission form with the "-std=c++0x" flag (4.5 already supports a fair amount of C++0x ...