#ifndef TOML11_LITERAL_HPP #define TOML11_LITERAL_HPP #include "fwd/literal_fwd.hpp" // IWYU pragma: export #if ! defined(TOML11_COMPILE_SOURCES) #include "impl/literal_impl.hpp" // IWYU pragma: export #endif #endif // TOML11_LITERAL_HPP