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>
* doc/doxygen/user.cfg.in (INPUT): Add <compare> header.
* include/precompiled/stdc++.h: Include <compare> header.
* libsupc++/compare (common_comparison_category)
(common_comparison_category_t): Define for C++20.
* testsuite/18_support/comparisons/common/1.cc: New test.
......
......@@ -787,6 +787,7 @@ WARN_LOGFILE =
# Note: If this tag is empty the current directory is searched.
INPUT = @srcdir@/doc/doxygen/doxygroups.cc \
@srcdir@/libsupc++/compare \
@srcdir@/libsupc++/cxxabi.h \
@srcdir@/libsupc++/exception \
@srcdir@/libsupc++/initializer_list \
......
......@@ -135,7 +135,7 @@
#if __cplusplus > 201703L
#include <bit>
// #include <compare>
#include <compare>
#include <concepts>
#include <numbers>
#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