diff options
author | 2020-11-15 03:53:47 +1100 | |
---|---|---|
committer | 2020-11-15 03:53:47 +1100 | |
commit | 55b8ca317ab1f77850f498c1523355e1f5dd8d03 (patch) | |
tree | bada7948236b18684609f47024cc9ca227a5ef89 /3rdparty/pugixml/tests/test_header_string_iostream.cpp | |
parent | 4db7f0439c3b841eb07d2320e39be38269e6cd56 (diff) |
-Switch to building MAME as C++17.
* Updated sol2 to 3.2.2
* Updated pugixml to 1.10
* Increased minimum clang version to 6
* Cleaned up some stuff that can use new features
Diffstat (limited to '3rdparty/pugixml/tests/test_header_string_iostream.cpp')
-rw-r--r-- | 3rdparty/pugixml/tests/test_header_string_iostream.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/3rdparty/pugixml/tests/test_header_string_iostream.cpp b/3rdparty/pugixml/tests/test_header_string_iostream.cpp deleted file mode 100644 index 32100804138..00000000000 --- a/3rdparty/pugixml/tests/test_header_string_iostream.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// Tests compatibility with string/iostream -#include <string> -#include "../src/pugixml.hpp" -#include <istream> -#include <ostream> |