Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-03 01:38:44 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-03 01:38:44 +0300
commit35354f85bfb82f53609f98d3dcf042fbc76cf493 (patch)
tree0b09f3792d52d5b14f16a4f57b865346d21fb203 /Doxyfile
parent9d66fe89ffa6df2c1ad87989d32bb8f828fba7d3 (diff)
Tidy up the make_free_function marker. Replace QUICKCPPLIB_CONSTEXPR with constexpr as we now require C++ 14. Upgraded compiler requirements.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doxyfile b/Doxyfile
index 9039dda7..1e989c95 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -2022,8 +2022,7 @@ INCLUDE_FILE_PATTERNS =
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-PREDEFINED = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1 \
- QUICKCPPLIB_CONSTEXPR=constexpr
+PREDEFINED = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
@@ -2032,7 +2031,7 @@ PREDEFINED = DOXYGEN_IS_IN_THE_HOUSE=1 DOXYGEN_SHOULD_SKIP_THIS=1 \
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
-EXPAND_AS_DEFINED = AFIO_DECL AFIO_DEADLINE_NAME QUICKCPPLIB_CONSTEXPR \
+EXPAND_AS_DEFINED = AFIO_DECL AFIO_DEADLINE_NAME AFIO_MAKE_FREE_FUNCTION \
AFIO_HEADERS_ONLY_MEMFUNC_SPEC AFIO_HEADERS_ONLY_FUNC_SPEC AFIO_HEADERS_ONLY_VIRTUAL_SPEC \
QUICKCPPLIB_BITFIELD_BEGIN QUICKCPPLIB_BITFIELD_END \
AFIO_V2_NAMESPACE AFIO_V2_NAMESPACE_BEGIN AFIO_V2_NAMESPACE_EXPORT_BEGIN AFIO_V2_NAMESPACE_END \