c++【cocos2d-x】constexprについて constexprとの出会い 何を言い出すかと思いきやって感じですが笑 いつも通り、ヘッダファイルに定数を定義しようとしていた時の話。 static const float duration = 5.f; コ... 2015.01.06c++cocos2d-x