Skip to content

Commit

Permalink
Update README.md to add namespace (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Super authored Sep 3, 2024
1 parent 51e3475 commit 0591ae3
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 @@ -53,6 +53,8 @@ Reading it in C++ is easy with toml++:
```cpp
#include <toml++/toml.hpp>

using namespace std::literals;

auto config = toml::parse_file( "configuration.toml" );

// get key-value pairs
Expand Down

0 comments on commit 0591ae3

Please sign in to comment.