0_0_32836013_25015.cpp: In member function 'taro::Vector<T> taro::Vector<T>::normal() const':
0_0_32836013_25015.cpp:160:32: error: 'logic_error' is not a member of 'std'
if (isZero(L)) { throw std::logic_error("can't calculate normal with zero vector!"); }
^
|