mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fix README
This commit is contained in:
parent
f775790c2d
commit
7bcb7cff92
10
README.md
10
README.md
|
@ -57,8 +57,8 @@ Sol makes use of C++11 features. The features used are as follows:
|
||||||
- rvalue references
|
- rvalue references
|
||||||
- move semantics
|
- move semantics
|
||||||
- variadic templates
|
- variadic templates
|
||||||
- <tuple>
|
- `<tuple>`
|
||||||
- <type_traits>
|
- `<type_traits>`
|
||||||
- std::unique_ptr
|
- std::unique_ptr
|
||||||
- enum classes
|
- enum classes
|
||||||
- auto
|
- auto
|
||||||
|
@ -67,3 +67,9 @@ Sol makes use of C++11 features. The features used are as follows:
|
||||||
|
|
||||||
GCC 4.7 and Clang 3.3 or higher should be able to compile without problems. Visual Studio 2013 with the November CTP should
|
GCC 4.7 and Clang 3.3 or higher should be able to compile without problems. Visual Studio 2013 with the November CTP should
|
||||||
be able to support this as well.
|
be able to support this as well.
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
- Support for functions
|
||||||
|
- Support for `operator[]` based retrieval and modifying of tables.
|
||||||
|
- Support for retrieval of tables through dot notation. e.g. `tab.retrieve<int>("resolution.width");`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user