xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
check_cpp_exceptions.hpp
Go to the documentation of this file.
1
3
#pragma once
4
6
#if !defined(__cpp_exceptions)
7
# if defined(_MSC_VER)
8
# error "xtd requires C++ exceptions support. Please enable exceptions in your compiler (do not use /EHs-c-)."
9
# else
10
# error "xtd requires C++ exceptions support. Please enable exceptions in your compiler (do not use -fno-exceptions)."
11
# endif
12
#endif
Generated on
for xtd by
Gammasoft
. All rights reserved.