/usr/include/boost/metaparse/error
NameSizeModeActions
digit_expected.hpp5090644editdlrm
end_of_input_expected.hpp5250644editdlrm
index_out_of_range.hpp5250644editdlrm
letter_expected.hpp5130644editdlrm
literal_expected.hpp5180644editdlrm
none_of_the_expected_cases_found.hpp5810644editdlrm
unexpected_character.hpp5330644editdlrm
unexpected_end_of_input.hpp5460644editdlrm
unpaired.hpp4850644editdlrm
whitespace_expected.hpp5300644editdlrm
Edit: /usr/include/boost/metaparse/error/whitespace_expected.hpp (530B)
#ifndef BOOST_METAPARSE_ERROR_WHITESPACE_EXPECTED_HPP #define BOOST_METAPARSE_ERROR_WHITESPACE_EXPECTED_HPP // Copyright Abel Sinkovics (abel@sinkovics.hu) 2013. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #include namespace boost { namespace metaparse { namespace error { using v1::error::whitespace_expected; } } } #endif