0_0_38177433_32234.cpp: In member function 'std::tuple<int, C, L> C::inverse(const L&) const':
0_0_38177433_32234.cpp:83:48: error: converting to 'std::tuple<int, C, L>' from initializer list would use explicit constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {int, const C&, const L&}; <template-parameter-2-2> = void; _Elements = {int, C, L}]'
if (l.ori(c) == 0) return {2, null_c, l};
^
0_0_38177433_32234.cpp: In member function 'std::tuple<int, C, L> C::inverse(const C&) const':
0_0_38177433_32234.cpp:99:59: error: converting to 'std::tuple<int, C, L>' from initializer list would use explicit constructor 'constexpr std::tuple< <template-parameter-1-1> >::tuple(_UElements&& ...) [with _UElements = {int, C, const L&}; <template-parameter-2-2> = void; _Elements = {int, C, L}]'
if (c == a.c) return {1, C{c, r * r / a.r}, null_l};
^
|