Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition system_error

system_error

Synopsis

// In header: <boost/dll/config.hpp>


typedef  ;

Description

Alias to std::system_error if BOOST_DLL_USE_STD_FS is defined by user. Alias to boost::system::system_error otherwise.


PrevUpHomeNext