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