28 #ifndef CASA_STDEXCEPT_H
29 #define CASA_STDEXCEPT_H
31 #include <casacore/casa/aips.h>
37 using std::logic_error;
38 using std::domain_error;
39 using std::invalid_argument;
40 using std::length_error;
41 using std::out_of_range;
42 using std::runtime_error;
43 using std::range_error;
44 using std::overflow_error;
45 using std::underflow_error;
this file contains all the compiler specific defines