| 12308 | static_assert(std::is_standard_layout_v<utf8_codepoint>); |
| 12309 | |
| 12310 | struct TOML_ABSTRACT_INTERFACE utf8_reader_interface |
| 12311 | { |
| 12312 | TOML_NODISCARD |
| 12313 | virtual const source_path_ptr& source_path() const noexcept = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected