mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-03-03 12:58:03 +01:00
Compile with gcc-7.1.0
This commit is contained in:
parent
20ea506b31
commit
26e16f9cad
@ -3,7 +3,7 @@
|
||||
#define __VALIJSON_OPTIONAL_HPP
|
||||
|
||||
// This should be removed once C++17 is widely available
|
||||
#if __has_include(<optional>)
|
||||
#if __has_include(<optional>) && __cplusplus >= 201703
|
||||
# include <optional>
|
||||
namespace opt = std;
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user