1 #ifndef SILICIUM_THROW_LAST_ERROR_HPP
2 #define SILICIUM_THROW_LAST_ERROR_HPP
6 # include <silicium/win32/win32.hpp>
8 #include <boost/system/system_error.hpp>
9 #include <boost/throw_exception.hpp>
15 boost::throw_exception(boost::system::system_error(
get_last_error()));
Definition: absolute_path.hpp:19
void throw_last_error()
Definition: throw_last_error.hpp:13
SILICIUM_USE_RESULT boost::system::error_code get_last_error()
Definition: get_last_error.hpp:16