Re: [C++ patch] for c++/37140

2014-01-31 Thread Jason Merrill
OK, thanks. Jason

Re: [C++ patch] for c++/37140

2014-01-31 Thread Fabien Chêne
2014-01-28 Jason Merrill : > On 01/27/2014 04:28 PM, Fabien Chêne wrote: >> >> + if (DECL_DEPENDENT_P (decl) && USING_DECL_TYPENAME_P (decl)) >> +{ >> + /* We have found a type introduced by a using >> +declaration at class scope that refers to a dependent >> +type. >> + >

Re: [C++ patch] for c++/37140

2014-01-27 Thread Jason Merrill
On 01/27/2014 04:28 PM, Fabien Chêne wrote: + if (DECL_DEPENDENT_P (decl) && USING_DECL_TYPENAME_P (decl)) +{ + /* We have found a type introduced by a using +declaration at class scope that refers to a dependent +type. + +using typename :: [opt] nested-na