autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Supporting MSVC cl in ax_cxx_compile_stdcxx


From: Paul Smith
Subject: Supporting MSVC cl in ax_cxx_compile_stdcxx
Date: Mon, 24 Oct 2022 16:33:35 -0400
User-agent: Evolution 3.46.0 (by Flathub.org))

I see that the ax_cxx_compile_stdcxx macros support checking for
compiler arguments in the following formats:

  * -std=c++XX
  * +std=c++XX
  * -h -std=c++XX

Has any thought been given to supporting the format used by cl (the
Visual Studio compiler)?  That would be either (they are equivalent):

  * -std:c++XX
  * /std:c++XX

?  Annoyingly it requires "std:" rather than "std=".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]