mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
e9580bcb1c
|
@ -44,7 +44,7 @@ int main() {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
More examples are given in the examples directory.
|
More examples are given in the examples directory [here](https://github.com/ThePhD/sol2/tree/develop/examples).
|
||||||
|
|
||||||
## Presentations
|
## Presentations
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ You can grab a single header out of the library [here](https://github.com/ThePhD
|
||||||
|
|
||||||
## Supported Compilers
|
## Supported Compilers
|
||||||
|
|
||||||
Sol makes use of C++11 **and** C++14 features. GCC 5.x.x and Clang 3.6.x (with std=c++1z and appropriate standard library)
|
Sol makes use of C++11 **and** C++14 features. GCC 5.x.x and Clang 3.6.x (with `-std=c++1z` and appropriate standard library)
|
||||||
or higher should be able to compile without problems. However, the officially supported and CI-tested compilers are:
|
or higher should be able to compile without problems. However, the officially supported and CI-tested compilers are:
|
||||||
|
|
||||||
- GCC 5.x.x+
|
- GCC 5.x.x+
|
||||||
|
|
Loading…
Reference in New Issue
Block a user