Boost C++ Libraries

PrevUpHomeNext

Header <boost/log/formatters/exception_policies.hpp>

Andrey Semashev

01.11.2009

The header contains declaration of policies for exception throwing from formatters

namespace boost {
  namespace log {
    namespace formatters {
      struct no_throw_policy;
      struct throw_policy;
    }
  }
}

PrevUpHomeNext