aboutsummaryrefslogtreecommitdiff
path: root/emulators/mame/files/patch-3rdparty_asio_include_asio_detail_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mame/files/patch-3rdparty_asio_include_asio_detail_config.hpp')
-rw-r--r--emulators/mame/files/patch-3rdparty_asio_include_asio_detail_config.hpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/emulators/mame/files/patch-3rdparty_asio_include_asio_detail_config.hpp b/emulators/mame/files/patch-3rdparty_asio_include_asio_detail_config.hpp
deleted file mode 100644
index 6753a6a76f4b..000000000000
--- a/emulators/mame/files/patch-3rdparty_asio_include_asio_detail_config.hpp
+++ /dev/null
@@ -1,18 +0,0 @@
---- 3rdparty/asio/include/asio/detail/config.hpp.orig 2019-04-27 21:28:19.371524000 +0200
-+++ 3rdparty/asio/include/asio/detail/config.hpp 2019-04-27 21:30:20.875504000 +0200
-@@ -713,14 +713,12 @@
- # define ASIO_HAS_STD_STRING_VIEW 1
- # endif
- # endif
--# if !defined(ASIO_HAS_STD_STRING_VIEW) && __has_include(<experimental/string_view>)
-+# if !defined(ASIO_HAS_STD_STRING_VIEW) && __has_include(<string_view>)
- # define ASIO_HAS_STD_STRING_VIEW 1
- # if defined(__APPLE__)
- # if ((__clang_major__ < 10) || ((__clang_major__ == 10) && (__clang_minor__ == 0) && (__clang_patchlevel__ < 1)))
- # define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
- # endif // clang < 10.0.1
--# else // for non-Xcode Clang
--# define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
- # endif
- # endif // __has_include(<experimental/string_view>)
- # endif // (__cplusplus >= 201103)