Hi, There appears to be version requirements on compilers missing from the wiki. It is actually something very helpful to keep visible, and can keep developers from falling into various problems.
As a bare minimum I can see that the project requires C99 for C compilation, and g++ with the c++11 standard flag enabled for C++. For the C++ features, we should end up listing *which* C++11 features we want to use and which we want to avoid. Various versions of different compilers are missing some features, and have buggy implementations of others. So what are the details on our minimum required compiler versions? -- Jon A. Cruz - Senior Open Source Developer Samsung Open Source Group jonc at osg.samsung.com
