c++ - Does any compiler support constexpr yet? -


I want to play with constexpr , does it still support a compiler?

Apache is in the Stdcxx project, it has been updated on a regular basis and most modern C ++ compilers Is covered.

According to this, only GCC 4.5 supports constexpr (note that this support can be experimental).

What is said in this list and comments, it seems that the answer is "no".


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -