[Github-comments] [geany/geany] Update C++ compiler check to require C++17 (#2862)
Colomban Wendling
notifications at xxxxx
Fri Sep 3 21:02:17 UTC 2021
@b4n commented on this pull request.
> @@ -0,0 +1,962 @@
+# ===========================================================================
+# https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html
+# ===========================================================================
+#
+# SYNOPSIS
+#
+# AX_CXX_COMPILE_STDCXX(VERSION, [ext|noext], [mandatory|optional])
+#
+# DESCRIPTION
+#
+# Check for baseline language coverage in the compiler for the specified
+# version of the C++ standard. If necessary, add switches to CXX and
+# CXXCPP to enable support. VERSION may be '11' (for the C++11 standard)
+# or '14' (for the C++14 standard).
Not ours to worry about, but the doc lacks mentioning C++17 -- although the macro itself does handle it.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2862#pullrequestreview-746465708
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210903/ca3f23a3/attachment-0001.htm>
More information about the Github-comments
mailing list