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