このページに関してのお問い合わせはこちら
【初心者歓迎】C/C++室 Ver.67【環境依存OK】
ツイート
912
:
デフォルトの名無しさん
:
2009/09/14(月) 07:59:38
ああすまん、enable_ifのとこにtypename忘れてた
void set(enable_if<is_floating_point<T>,T>::type x){float_=x;}
↓
void set(typename enable_if<is_floating_point<T>,T>::type x){float_=x;}
こんな感じに直せ