Re: [cmake-developers] [CMake 0013842]: No Support for C++11

2013-01-10 Thread Brad King
Eike, On 01/09/2013 11:02 AM, Dave Abrahams wrote: http://www.cmake.org/Bug/view.php?id=13842 == We could use C++11 feature detection per http://pageant.ghulbus.eu/?p=664 This picks up from the C++0x patch you posted here:

Re: [cmake-developers] [CMake 0013842]: No Support for C++11

2013-01-10 Thread Rolf Eike Beer
Am 10.01.2013 16:40, schrieb Brad King: Eike, On 01/09/2013 11:02 AM, Dave Abrahams wrote: http://www.cmake.org/Bug/view.php?id=13842 == We could use C++11 feature detection per http://pageant.ghulbus.eu/?p=664 This picks

Re: [cmake-developers] [CMake 0013842]: No Support for C++11

2013-01-10 Thread Robert Maynard
I would prefer a more compicated variadic template test that exercises variadic code such as: templatetypename G = void, typename H = void struct foo {}; templatetypename... G struct bar : fooG... {}; int main() { barint, float f; } So that we detect compilers like gcc 4.6 that supported

[cmake-developers] [CMake 0013842]: No Support for C++11

2013-01-09 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=13842 == Reported By:Dave Abrahams Assigned To: