Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct bad_adjustment

boost::local_time::bad_adjustment — simple exception for UTC daylight savings adjustment

Synopsis

// In header: <boost/date_time/local_time/posix_time_zone.hpp>


struct bad_adjustment : public  {
  // construct/copy/destruct
  ( = );
};

Description

bad_adjustment public construct/copy/destruct

  1. ( msg = );

PrevUpHomeNext