Skip to content

Instantly share code, notes, and snippets.

@xchrdw
Created February 26, 2014 19:50
Show Gist options
  • Save xchrdw/6bd001e84305f615cbb1 to your computer and use it in GitHub Desktop.
Save xchrdw/6bd001e84305f615cbb1 to your computer and use it in GitHub Desktop.
Selene Visual Studio 2013
## crash in Tuple.h(14)
2> Test.cpp
2>e:\repos\selene\include\selene/Tuple.h(15): fatal error C1001: An internal error has occurred in the compiler.
2> (compiler file 'msc1.cpp', line 1325)
2> To work around this problem, try simplifying or changing the program near the locations listed above.
2> Please choose the Technical Support command on the Visual C++
2> Help menu, or open the Technical Support help file for more information
2> e:\repos\selene\include\selene/Tuple.h(14) : while compiling class template member function 'void sel::Tuple<int &,int &>::operator =(const sel::Selector &)'
2> e:\repos\selene\test\interop_tests.h(124) : see reference to function template instantiation 'void sel::Tuple<int &,int &>::operator =(const sel::Selector &)' being compiled
2> e:\repos\selene\test\interop_tests.h(124) : see reference to class template instantiation 'sel::Tuple<int &,int &>' being compiled
## crash in Selector.h(205)
2> Test.cpp
2>e:\repos\selene\include\selene\Selector.h(205): fatal error C1001: An internal error has occurred in the compiler.
2> (compiler file 'msc1.cpp', line 1325)
2> To work around this problem, try simplifying or changing the program near the locations listed above.
2> Please choose the Technical Support command on the Visual C++
2> Help menu, or open the Technical Support help file for more information
2> e:\repos\selene\test\class_tests.h(58) : see reference to function template instantiation 'void sel::Selector::SetClass<Bar,int,const char*,std::string(__cdecl Bar::* )(int),const char*,int(__cdecl Bar::* )(void)>(const char *,std::string (__cdecl Bar::* )(int),const char *,int (__cdecl Bar::* )(void))' being compiled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment