We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708fff7 commit 66bc184Copy full SHA for 66bc184
include/toml++/toml.hpp
@@ -31,6 +31,7 @@ TOML_PRAGMA_CLANG(diagnostic ignored "-Wreserved-identifier")
31
#endif
32
33
34
+// IWYU pragma: begin_exports
35
#include "impl/std_new.hpp"
36
#include "impl/std_string.hpp"
37
#include "impl/std_optional.hpp"
@@ -56,6 +57,7 @@ TOML_PRAGMA_CLANG(diagnostic ignored "-Wreserved-identifier")
56
57
#include "impl/toml_formatter.hpp"
58
#include "impl/json_formatter.hpp"
59
#include "impl/yaml_formatter.hpp"
60
+// IWYU pragma: end_exports
61
62
#if TOML_IMPLEMENTATION
63
0 commit comments