1 #ifndef SILICIUM_GET_LAST_ERROR_HPP
2 #define SILICIUM_GET_LAST_ERROR_HPP
5 #include <boost/system/error_code.hpp>
8 # include <silicium/win32/win32.hpp>
24 return boost::system::error_code(err, boost::system::system_category());
Definition: absolute_path.hpp:19
SILICIUM_USE_RESULT boost::system::error_code get_last_error()
Definition: get_last_error.hpp:16
#define SILICIUM_USE_RESULT
Definition: config.hpp:147