URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [cpp0x/] [variadic89.C] - Rev 734
Go to most recent revision | Compare with Previous | Blame | View Log
// { dg-options "-std=c++0x" }// Contributed by Eric Nieblertemplate<typename T, typename U>struct pair{};template<typename T>struct test;template<template<typename...> class T, typename... Args>struct test<T<Args...> >{};test<pair<int, double> > t;
Go to most recent revision | Compare with Previous | Blame | View Log
