Created
March 20, 2015 18:02
-
-
Save ldionne/054e276caf90f16e3223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| › ~/code/gcc5/bin/g++ -std=c++1y ~/code/hana/test/worksheet.cpp | |
| /Users/ldionne/code/hana/test/worksheet.cpp: In substitution of ‘template<bool _Cond, class _Tp> using enable_if_t = typename std::enable_if::type [with bool _Cond = std::is_same<T, T>{}(); _Tp = void]’: | |
| /Users/ldionne/code/hana/test/worksheet.cpp:1411:25: required from here | |
| /Users/ldionne/code/hana/test/worksheet.cpp:1408:50: in constexpr expansion of ‘((std::integral_constant<bool, true>*)(& std::is_same<T, T>()))->std::integral_constant<_Tp, __v>::operator()<bool, true>()’ | |
| /Users/ldionne/code/hana/test/worksheet.cpp:1411:25: internal compiler error: in cxx_eval_call_expression, at cp/constexpr.c:1358 | |
| auto ICE_HERE = __func__; | |
| ^ | |
| /Users/ldionne/code/hana/test/worksheet.cpp:1411:25: internal compiler error: Abort trap: 6 | |
| g++: internal compiler error: Abort trap: 6 (program cc1plus) | |
| Please submit a full bug report, | |
| with preprocessed source if appropriate. | |
| See <http://gcc.gnu.org/bugs.html> for instructions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment