Added thirdparty: boost library

This commit is contained in:
Viacheslav Demydiuk
2024-01-06 19:55:56 +02:00
parent bf49f439e1
commit bccd1e7051
15683 changed files with 3239840 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_ERROR_DIGIT_EXPECTED_HPP
#define BOOST_METAPARSE_ERROR_DIGIT_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 <boost/metaparse/v1/error/digit_expected.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::digit_expected;
}
}
}
#endif
+23
View File
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_END_OF_INPUT_EXPECTED_HPP
#define BOOST_METAPARSE_END_OF_INPUT_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 <boost/metaparse/v1/error/end_of_input_expected.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::end_of_input_expected;
}
}
}
#endif
+23
View File
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_ERROR_INDEX_OUT_OF_RANGE_HPP
#define BOOST_METAPARSE_ERROR_INDEX_OUT_OF_RANGE_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 <boost/metaparse/v1/error/index_out_of_range.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::index_out_of_range;
}
}
}
#endif
+23
View File
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_ERROR_LETTER_EXPECTED_HPP
#define BOOST_METAPARSE_ERROR_LETTER_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 <boost/metaparse/v1/error/letter_expected.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::letter_expected;
}
}
}
#endif
+24
View File
@@ -0,0 +1,24 @@
#ifndef BOOST_METAPARSE_ERROR_LITERAL_EXPECTED_HPP
#define BOOST_METAPARSE_ERROR_LITERAL_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 <boost/metaparse/v1/error/literal_expected.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::literal_expected;
}
}
}
#endif
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_ERROR_NONE_OF_THE_EXPECTED_CASES_FOUND_HPP
#define BOOST_METAPARSE_ERROR_NONE_OF_THE_EXPECTED_CASES_FOUND_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 <boost/metaparse/v1/error/none_of_the_expected_cases_found.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::none_of_the_expected_cases_found;
}
}
}
#endif
+23
View File
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_ERROR_UNEXPECTED_CHARACTER_HPP
#define BOOST_METAPARSE_ERROR_UNEXPECTED_CHARACTER_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 <boost/metaparse/v1/error/unexpected_character.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::unexpected_character;
}
}
}
#endif
+24
View File
@@ -0,0 +1,24 @@
#ifndef BOOST_METAPARSE_ERROR_UNEXPECTED_END_OF_INPUT_HPP
#define BOOST_METAPARSE_ERROR_UNEXPECTED_END_OF_INPUT_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 <boost/metaparse/v1/error/unexpected_end_of_input.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::unexpected_end_of_input;
}
}
}
#endif
+23
View File
@@ -0,0 +1,23 @@
#ifndef BOOST_METAPARSE_ERROR_UNPAIRED_HPP
#define BOOST_METAPARSE_ERROR_UNPAIRED_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2015.
// 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 <boost/metaparse/v1/error/unpaired.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::unpaired;
}
}
}
#endif
+24
View File
@@ -0,0 +1,24 @@
#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 <boost/metaparse/v1/error/whitespace_expected.hpp>
namespace boost
{
namespace metaparse
{
namespace error
{
using v1::error::whitespace_expected;
}
}
}
#endif