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
12
README.md
12
README.md
|
@ -57,8 +57,8 @@ Sol makes use of C++11 features. The features used are as follows:
|
|||
- rvalue references
|
||||
- move semantics
|
||||
- variadic templates
|
||||
- <tuple>
|
||||
- <type_traits>
|
||||
- `<tuple>`
|
||||
- `<type_traits>`
|
||||
- std::unique_ptr
|
||||
- enum classes
|
||||
- auto
|
||||
|
@ -66,4 +66,10 @@ Sol makes use of C++11 features. The features used are as follows:
|
|||
- noexcept
|
||||
|
||||
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