Thread Previous • Date Previous • Date Next • Thread Next |
Never mind, turns out GCC 4.8.4 has a non C++11 compliant header for std::invalid_Argument. It's missing explicit invalid_argument( const char* what_arg ); which is what allowed it to work for Marco, probably.
Thread Previous • Date Previous • Date Next • Thread Next |