On 25 Mar, Patricia Shanahan wrote: > What version of the C++ standard should we code to?
At least for now, C++ 98. The version of gcc in CentOS 6 only has partial support for C++ 0x. Our Windows build instructions currently recommend a 2007 version of the compiler and libraries, which predate the 2011 standard. > For example, can the move to STL use features that were added in C++ 11? These may be available via boost. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
