mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-19 03:18:09 +08:00
11 lines
235 B
C++
11 lines
235 B
C++
![]() |
#ifndef TOML11_FORMAT_HPP
|
||
|
#define TOML11_FORMAT_HPP
|
||
|
|
||
|
#include "fwd/format_fwd.hpp" // IWYU pragma: export
|
||
|
|
||
|
#if ! defined(TOML11_COMPILE_SOURCES)
|
||
|
#include "impl/format_impl.hpp" // IWYU pragma: export
|
||
|
#endif
|
||
|
|
||
|
#endif// TOML11_FORMAT_HPP
|