error c2059 syntax error 'constant' enum的相關文章
error c2059 syntax error 'constant' enum的相關商品

C++11 - Wikipedia, the free encyclopedia
瀏覽:989
日期:2025-04-29
This was not legal in C++03, because get_five() + 7 is not a constant expression. A C++03 compiler has no way of knowing if get_five() actually is constant at runtime. In theory, this function could affect a global variable, call other non-runtime constan...看更多