Author
anonymous
about 7 years ago
$
prog.cc:13:42: error: a non-type template parameter cannot have type 'auto' return std::get<decltype(milk(ic<V>{}))>(value); ^ prog.cc:3:16: note: template parameter is declared here template <auto V> ^ 1 error generated.