<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>I'm sorry I don't read this mailing list as email, so I can't easily reply to a thread. The thread where you folks are talking about changing default compiler standards reminded me of an idea I have had for some time.</p>
<p><br>
</p>
<p>Why not change the command line driver for the compiler to pass "-std=" value based on the "argv[0]" command name if it matches a certain pattern? Then users could just build with, e.g., "make CC=clang-std-cxx14" or "make CC=clang-std-cxx11". They clearly
 already have to specify clang vs gcc choice in their Makefile infrastructure. As discussed in the thread, Debian could just create a symlink for the standard they want to the clang executable and use that as the value of CC (or whatever envar) when they build
 packages using clang. This can be globally defined and is better than hacking up the value of something like CXXFLAGS, which varies from package to package and is hard to preset without it being overridden by package specific Makefile stuff.</p>
<p><br>
</p>
<p>If this isn't a useful idea, please excuse the interruption.</p>
<p><br>
</p>
<div id="Signature">
<div style="font-family:Tahoma; font-size:13px">-- Mimms at F5 Networks<br>
</div>
</div>
</div>
</body>
</html>