@Hipony

  • Falsehoods C++ Programmers Believe About Standard Version Support

    int oh_no() { return __cpluscplus; } // Check GCC 4.6 and 4.7
    

    While being occasionally involved in the C++ package management process with Conan I see beginners and even experts alike being very confused about what does it mean to support a certain standard version in multi-platform libraries.

    Here I’ll point out some common misbelieves people have about standard version support.

    Read more…