Author
anonymous
over 8 years ago
Language
Compiler
Options
Author
anonymous
over 8 years ago
$
prog.cc:9:29: error: return type of out-of-line definition of 'Cls::f' differs from that in the declaration
decltype(sizeof(T)) Cls<T>::f() { return 0; }
~~~~~~~~ ^
prog.cc:5:22: note: previous declaration is here
static std::size_t f();
~~~~~~~~~~~ ^
1 error generated.
Exit Code:
1