mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:58:09 +08:00
feat: workaround __cplusplus problem on MSVC
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <deque>
|
||||
#include <array>
|
||||
#include <tuple>
|
||||
#if __cplusplus >= 201703L
|
||||
#if TOML11_CPLUSPLUS_STANDARD_VERSION >= 201703L
|
||||
#include <string_view>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user