mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:58:09 +08:00
11 lines
256 B
C++
11 lines
256 B
C++
#ifndef TOML11_ERROR_INFO_HPP
|
|
#define TOML11_ERROR_INFO_HPP
|
|
|
|
#include "fwd/error_info_fwd.hpp" // IWYU pragma: export
|
|
|
|
#if ! defined(TOML11_COMPILE_SOURCES)
|
|
#include "impl/error_info_impl.hpp" // IWYU pragma: export
|
|
#endif
|
|
|
|
#endif // TOML11_ERROR_INFO_HPP
|