patchGNU Autoconf Archive - Patches: patch #10296, CXX_COMPILE_STDCXX: Add checks for...

 
 

patch #10296: CXX_COMPILE_STDCXX: Add checks for C++20 compiler

Submitter:  None
Submitted:  Thu 17 Nov 2022 01:28:09 AM UTC
   
 
Priority:  5 - Normal Status:  None
Assigned to:  None Originator Email:  -email is unavailable-
Open/Closed:  Open
* Mandatory Fields

Post a Comment

Add a New Comment Rich Markup
   

Discussion

Thu 17 Nov 2022 01:28:09 AM UTC, original submission:  
  • I'm calling this as `AX_CXX_COMPILE_STDCXX_20([noext])`, just like the C++17 macro.
  • Just the same as the other C++ standard version detection macros, but there's a C++20 standard now.
  • I guess the license is the same as `m4/ax_cxx_compile_stdcxx_17.m4`?  I just copied that and s/17/20/.
  • The sources are attached as a patch, they're also up on my github <https://github.co ... 35125847bc6a1d8c9>.


I tested this with my local GCC and it results in `g++ -std=c++20 `, but that's about all I tried.

Anonymous

 

Attached Files

Attached Files

(Note: upload size limit is set to 4.0MiB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

 

History

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2022-11-17 None Attached File- Added 0001-CXX_COMPILE_STDCXX-Add-checks-for-C-20-compiler.patch, #53966

Back to the top

Powered by Savane 3.16-ed84.
Corresponding source code