Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition error_code

error_code

Synopsis

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


typedef  ;

Description

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


PrevUpHomeNext