Исправлено условие для подключения <span>
This commit is contained in:
parent
4024029944
commit
d1fbeb9400
@ -1 +1 @@
|
|||||||
Subproject commit c6414bbc03c924379ceb7c7d7c914f4853e5d528
|
Subproject commit 63c433a82e51e90796a74bd58939c5e879e7bcd6
|
@ -12,7 +12,11 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#if ( __cplusplus >= 201103L ) && ( __cplusplus < 201703L )
|
#if ( __cplusplus > 201703L )
|
||||||
|
|
||||||
|
#include <span>
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
#include <myx/backports/cpp/helpers.hpp>
|
#include <myx/backports/cpp/helpers.hpp>
|
||||||
|
|
||||||
@ -222,6 +226,6 @@ public:
|
|||||||
|
|
||||||
} // namespace std
|
} // namespace std
|
||||||
|
|
||||||
#endif // if ( __cplusplus >= 201103L ) && ( __cplusplus < 201703L )
|
#endif // if ( __cplusplus > 201703L )
|
||||||
|
|
||||||
#endif // ifndef MYX_BACKPORTS_CPP_SPAN_HPP_
|
#endif // ifndef MYX_BACKPORTS_CPP_SPAN_HPP_
|
||||||
|
Loading…
Reference in New Issue
Block a user