Instantiation of template template parameters for nested templates, e.g.,
template<typename T> struct X { template<template<T Value> class Y> struct Inner; }; llvm-svn: 86844
Loading
Please register or sign in to comment
template<typename T> struct X { template<template<T Value> class Y> struct Inner; }; llvm-svn: 86844