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

Robert Maynard robert.maynard at kitware.com
Thu Jan 10 12:11:29 EST 2013


I would prefer a more compicated variadic template test that exercises
variadic code such as:


template<typename G = void, typename H = void>
struct foo
{};

template<typename... G>
struct bar : foo<G...>
{};

int main() {
  bar<int, float> f;
}

So that we detect compilers like gcc 4.6 that supported the initial
variadic specification, and not the updated specification.



On Thu, Jan 10, 2013 at 10:49 AM, Rolf Eike Beer <eike at sf-mail.de> wrote:

> git://anongit.kde.org/scratch/**dakon/cmake-cxx11<http://anongit.kde.org/scratch/dakon/cmake-cxx11>
>




-- 
Robert Maynard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-developers/attachments/20130110/b85e052e/attachment.html>


More information about the cmake-developers mailing list