Commit 3d6e7aa9 by Jonathan Wakely Committed by Jonathan Wakely

libsupc++: add <compare> to precompiled header

Also process it with Doxygen.

	* doc/doxygen/user.cfg.in (INPUT): Add <compare> header.
	* include/precompiled/stdc++.h: Include <compare> header.

From-SVN: r277944
parent 29669521
2019-11-07 Jonathan Wakely <jwakely@redhat.com> 2019-11-07 Jonathan Wakely <jwakely@redhat.com>
* doc/doxygen/user.cfg.in (INPUT): Add <compare> header.
* include/precompiled/stdc++.h: Include <compare> header.
* libsupc++/compare (common_comparison_category) * libsupc++/compare (common_comparison_category)
(common_comparison_category_t): Define for C++20. (common_comparison_category_t): Define for C++20.
* testsuite/18_support/comparisons/common/1.cc: New test. * testsuite/18_support/comparisons/common/1.cc: New test.
......
...@@ -787,6 +787,7 @@ WARN_LOGFILE = ...@@ -787,6 +787,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched. # Note: If this tag is empty the current directory is searched.
INPUT = @srcdir@/doc/doxygen/doxygroups.cc \ INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
@srcdir@/libsupc++/compare \
@srcdir@/libsupc++/cxxabi.h \ @srcdir@/libsupc++/cxxabi.h \
@srcdir@/libsupc++/exception \ @srcdir@/libsupc++/exception \
@srcdir@/libsupc++/initializer_list \ @srcdir@/libsupc++/initializer_list \
......
...@@ -135,7 +135,7 @@ ...@@ -135,7 +135,7 @@
#if __cplusplus > 201703L #if __cplusplus > 201703L
#include <bit> #include <bit>
// #include <compare> #include <compare>
#include <concepts> #include <concepts>
#include <numbers> #include <numbers>
#include <ranges> #include <ranges>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment