From 0591ae350bb601bbf43192bf16fc448d1cb0a77e Mon Sep 17 00:00:00 2001 From: L-Super <40905056+L-Super@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:00:11 +0800 Subject: [PATCH] Update README.md to add namespace (#235) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84a1b2f..88fcae6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Reading it in C++ is easy with toml++: ```cpp #include +using namespace std::literals; + auto config = toml::parse_file( "configuration.toml" ); // get key-value pairs