Go to the documentation of this file.
35 using std::numeric_limits;
51 #include <boost/smart_ptr.hpp>
53 using boost::shared_ptr;
54 using boost::weak_ptr;
55 using boost::scoped_ptr;
58 using std::runtime_error;
59 using std::out_of_range;
60 using std::domain_error;
61 using std::invalid_argument;
62 using std::length_error;
63 using std::logic_error;
64 using std::overflow_error;
65 using std::range_error;
66 using std::underflow_error;