Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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 {
  // construct/copy/destruct
  bad_adjustment(std::string const & = std::string());
};

Description

bad_adjustment public construct/copy/destruct

  1. bad_adjustment(std::string const & msg = std::string());

PrevUpHomeNext