|
|
|
|
|
by aninteger
583 days ago
|
|
> This library supports building with C++11. I haven't tried compiling it with an older standard, but I imagine it might work. I believe it does require C++11, due to std::nullptr_t and r-value references (&&), but that might be it. It's not a show stopper though since everyone should have a c++11 compiler now (even Ubuntu 14.04 LTS, which still has paid support I believe). > One thing I like about the C++11 compilers like GCC 4.9 is they build code magnificently faster than recent editions Kind of reminds me of gcc 2.95 which people kept around for the compiler speed. They would use gcc 3.x for the warning support and then compile with gcc 2.95 after fixing the warnings :). |
|