Home
last modified time | relevance | path

Searched refs:throw_if_in_windows (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/dll/
Dlibrary_info.hpp64 static void throw_if_in_windows() { in throw_if_in_windows() function in boost::dll::library_info
84 if (throw_if_not_native) { throw_if_in_windows(); throw_if_in_macos(); } in init()
88 … if (throw_if_not_native) { throw_if_in_windows(); throw_if_in_macos(); throw_if_in_32bit(); } in init()
100 if (throw_if_not_native) { throw_if_in_linux(); throw_if_in_windows(); } in init()
104 … if (throw_if_not_native) { throw_if_in_linux(); throw_if_in_windows(); throw_if_in_32bit(); } in init()