From fc69fd227d33897bb2ddcc5b68df4f19f0e78098 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Fri, 10 Jul 2026 17:56:04 +0100 Subject: [PATCH] Remove undocumented and unused file. assert_cxx98.hpp just causes confusion and serves no real purpose. --- include/boost/config/assert_cxx98.hpp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 include/boost/config/assert_cxx98.hpp diff --git a/include/boost/config/assert_cxx98.hpp b/include/boost/config/assert_cxx98.hpp deleted file mode 100644 index aa745d43f..000000000 --- a/include/boost/config/assert_cxx98.hpp +++ /dev/null @@ -1,23 +0,0 @@ -// This file was automatically generated on Wed Mar 3 08:46:11 2021 -// by libs/config/tools/generate.cpp -// Copyright John Maddock 2002-4. -// 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 -#include - -#ifdef BOOST_NO_CXX98_BINDERS -# error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_BINDERS." -#endif -#ifdef BOOST_NO_CXX98_FUNCTION_BASE -# error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_FUNCTION_BASE." -#endif -#ifdef BOOST_NO_CXX98_RANDOM_SHUFFLE -# error "Your compiler appears not to be fully C++98 compliant. Detected via defect macro BOOST_NO_CXX98_RANDOM_SHUFFLE." -#endif