Removed checks/workarounds for pre-C++89 compatibility (#449)
After 30+ years, just assume that the following exist: - extension-less includes - namespaces - std:: - static_cast - bool
This commit is contained in:
@@ -103,11 +103,6 @@ endmacro ()
|
||||
#-----------------------------------------------------------------------------
|
||||
if (CMAKE_CXX_COMPILER_LOADED)
|
||||
foreach (cxx_test
|
||||
OLD_HEADER_FILENAME
|
||||
HDF_NO_NAMESPACE
|
||||
HDF_NO_STD
|
||||
BOOL_NOTDEFINED
|
||||
NO_STATIC_CAST
|
||||
CXX_HAVE_OFFSETOF
|
||||
)
|
||||
HDF_CXX_FUNCTION_TEST (${cxx_test})
|
||||
|
||||
Reference in New Issue
Block a user