Skip to content

Commit

Permalink
📝 add notice about c++20
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdd committed Jan 9, 2024
1 parent 9361ddc commit fe78b7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ $ git submodule add https://github.com/linkdd/aitoolkit.git
$ g++ -std=c++23 -Iaiotoolkit/include main.cpp -o mygame
```

> **NB:** This library is compatible with C++20.
## Usage

### Finite State Machine
Expand Down

0 comments on commit fe78b7c

Please sign in to comment.