forked from notepad-plus-plus/notepad-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update boost regexp from v1.76 to v1.78
Update boost regexp to version 1.78.0 from: https://boostorg.jfrog.io/artifactory/main/release/1.78.0/source/boost_1_78_0.7z Close notepad-plus-plus#10912
- Loading branch information
Showing
38 changed files
with
848 additions
and
281 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
// This file was automatically generated on Tue Aug 17 16:27:31 2021 | ||
// by libs/config/tools/generate.cpp | ||
// Copyright John Maddock 2002-21. | ||
// Use, modification and distribution are subject to 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) | ||
|
||
// See http://www.boost.org/libs/config for the most recent version.// | ||
// Revision $Id$ | ||
// | ||
|
||
#include <boost/config.hpp> | ||
#include <boost/config/assert_cxx17.hpp> | ||
|
||
#ifdef BOOST_NO_CXX20_HDR_BARRIER | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_BARRIER." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_BIT | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_BIT." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_COMPARE | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_COMPARE." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_CONCEPTS | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_CONCEPTS." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_COROUTINE | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_COROUTINE." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_FORMAT | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_FORMAT." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_LATCH | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_LATCH." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_NUMBERS | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_NUMBERS." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_RANGES | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_RANGES." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_SEMAPHORE | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_SEMAPHORE." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_SOURCE_LOCATION | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_SOURCE_LOCATION." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_SPAN | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_SPAN." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_STOP_TOKEN | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_STOP_TOKEN." | ||
#endif | ||
#ifdef BOOST_NO_CXX20_HDR_SYNCSTREAM | ||
# error "Your compiler appears not to be fully C++20 compliant. Detected via defect macro BOOST_NO_CXX20_HDR_SYNCSTREAM." | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
// Copyright 2021 Peter Dimov | ||
// Distributed under the Boost Software License, Version 1.0. | ||
// https://www.boost.org/LICENSE_1_0.txt) | ||
|
||
#if !defined(__APPLE__) | ||
|
||
# define BOOST_CLANG_VERSION (__clang_major__ * 10000 + __clang_minor__ * 100 + __clang_patchlevel__) | ||
|
||
#else | ||
# define BOOST_CLANG_REPORTED_VERSION (__clang_major__ * 10000 + __clang_minor__ * 100 + __clang_patchlevel__) | ||
|
||
// https://en.wikipedia.org/wiki/Xcode#Toolchain_versions | ||
|
||
# if BOOST_CLANG_REPORTED_VERSION >= 130000 | ||
# define BOOST_CLANG_VERSION 120000 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 120005 | ||
# define BOOST_CLANG_VERSION 110100 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 120000 | ||
# define BOOST_CLANG_VERSION 100000 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 110003 | ||
# define BOOST_CLANG_VERSION 90000 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 110000 | ||
# define BOOST_CLANG_VERSION 80000 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 100001 | ||
# define BOOST_CLANG_VERSION 70000 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 100000 | ||
# define BOOST_CLANG_VERSION 60001 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 90100 | ||
# define BOOST_CLANG_VERSION 50002 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 90000 | ||
# define BOOST_CLANG_VERSION 40000 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 80000 | ||
# define BOOST_CLANG_VERSION 30900 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 70300 | ||
# define BOOST_CLANG_VERSION 30800 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 70000 | ||
# define BOOST_CLANG_VERSION 30700 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 60100 | ||
# define BOOST_CLANG_VERSION 30600 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 60000 | ||
# define BOOST_CLANG_VERSION 30500 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 50100 | ||
# define BOOST_CLANG_VERSION 30400 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 50000 | ||
# define BOOST_CLANG_VERSION 30300 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 40200 | ||
# define BOOST_CLANG_VERSION 30200 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 30100 | ||
# define BOOST_CLANG_VERSION 30100 | ||
|
||
# elif BOOST_CLANG_REPORTED_VERSION >= 20100 | ||
# define BOOST_CLANG_VERSION 30000 | ||
|
||
# else | ||
# define BOOST_CLANG_VERSION 20900 | ||
|
||
# endif | ||
|
||
# undef BOOST_CLANG_REPORTED_VERSION | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.