Author
anonymous
almost 5 years ago
Language
Compiler
Options
Author
anonymous
almost 5 years ago
$
prog.cc:23:8: error: redefinition of 'foo<std::__1::chrono::steady_clock>'
struct foo<std::chrono::high_resolution_clock>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prog.cc:11:8: note: previous definition is here
struct foo<std::chrono::steady_clock>
^
1 error generated.
Exit Code:
1