mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
I keep forgetting very simple things...
This commit is contained in:
parent
a2e0217e2a
commit
36b8d50e27
|
@ -80,7 +80,7 @@ or higher should be able to compile without problems. However, the officially su
|
|||
- Visual Studio 2015 Community (Visual C++ 14.0)+
|
||||
|
||||
Please make sure you use the `-std=c++1y`, `-std=c++14`, `-std=c++1z`, `-std=c++17` or better standard flags
|
||||
(some of these flags are the defaults in later versions of GCC 6+ and better).
|
||||
(some of these flags are the defaults in later versions of GCC, such as 6+ and better).
|
||||
|
||||
Older compilers (GCC 4.9.x, Clang 3.4.x seem to be the lowest) can work with versions as late
|
||||
as [v2.17.5](https://github.com/ThePhD/sol2/releases/tag/v2.17.5), with the flag `-std=c++14` or `-std=c++1y`.
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// This file was generated with a script.
|
||||
// Generated 2017-12-08 03:12:27.695525 UTC
|
||||
// This header was generated with sol v2.19.0 (revision 399300f)
|
||||
// Generated 2017-12-08 03:30:27.683226 UTC
|
||||
// This header was generated with sol v2.19.0 (revision a2e0217)
|
||||
// https://github.com/ThePhD/sol2
|
||||
|
||||
#ifndef SOL_SINGLE_INCLUDE_HPP
|
||||
|
@ -115,7 +115,7 @@
|
|||
|
||||
#ifndef SOL_IN_DEBUG_DETECTED
|
||||
#define SOL_IN_DEBUG_DETECTED 1
|
||||
#endif SOL_IN_DEBUG_DETECTED
|
||||
#endif
|
||||
|
||||
#endif // Not Debug && g++ optimizer flag
|
||||
|
||||
|
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
#ifndef SOL_IN_DEBUG_DETECTED
|
||||
#define SOL_IN_DEBUG_DETECTED 1
|
||||
#endif SOL_IN_DEBUG_DETECTED
|
||||
#endif
|
||||
|
||||
#endif // Not Debug && g++ optimizer flag
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user