Just jotting down some more notes here for posterity...

On Mon, Jan 14, 2013 at 9:33 AM, John Peterson
<peter...@cfdlab.ae.utexas.edu> wrote:
>
> Googling reveals this...
>
> http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx_11.html

The configure test above seems to test for a mixture of different
C++11 features (double right-angle brackets, decltype, static_assert,
r-value references, etc...) to determine whether the compiler has
"baseline" support for C++11.  Not sure what defines "baseline"
though.


This page:

http://gcc.gnu.org/onlinedocs/libstdc++/manual/backwards.html

(search for C++11 on the page) has a configure test for an exhaustive
list of library header files.


I'm not really finding specific autoconf tests for different features
like auto and range-based for loops, though I suppose one could just
adapt the test above to do one feature at a time...

--
John

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to