Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Japanese /prog/

Name: Anonymous 2011-09-25 3:52

http://hibari.2ch.net/tech/

Is it good? Is it better than our /prog/?

Name: Anonymous 2011-09-25 6:52

// gcc-4.6.1ではコンパイルエラー(未実装の機能)
template<int n>
struct Hoge {};

template<int... n>
struct Fuga { Hoge<n...> hoge; };

template<class T>
struct Toge {};

template<class... T>
struct Tuga { Toge<T...> toge; };

int main()
{
Fuga<1> fuga; //エラー
Tuga<int> tuga; //エラー
}


Fuga Tuga is their FooBar?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List