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:
Sean McBride
2021-03-10 12:51:45 -05:00
committed by GitHub
parent c41a1cb209
commit 20c452fe5c
37 changed files with 6 additions and 235 deletions

View File

@@ -11,11 +11,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#ifdef OLD_HEADER_FILENAME
#include <iostream.h>
#else
#include <iostream>
#endif
#include <string>
#include "H5private.h" // for HDfree