mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
feat: update codes to v4
This commit is contained in:
10
include/toml11/syntax.hpp
Normal file
10
include/toml11/syntax.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef TOML11_SYNTAX_HPP
|
||||
#define TOML11_SYNTAX_HPP
|
||||
|
||||
#include "fwd/syntax_fwd.hpp" // IWYU pragma: export
|
||||
|
||||
#if ! defined(TOML11_COMPILE_SOURCES)
|
||||
#include "impl/syntax_impl.hpp" // IWYU pragma: export
|
||||
#endif
|
||||
|
||||
#endif// TOML11_SYNTAX_HPP
|
||||
Reference in New Issue
Block a user