| c++ Programming Glossary: compoundedC++ can local class reference be passed to a function? http://stackoverflow.com/questions/2662843/c-can-local-class-reference-be-passed-to-a-function  type a type with no linkage an unnamed type or a type compounded from any of these types shall not be used as a template argument.. 
 How to use local classes with templates? http://stackoverflow.com/questions/3172909/how-to-use-local-classes-with-templates  type a type with no linkage an unnamed type or a type compounded from any of these types shall not be used as a template argument.. 
 What is an unnamed type in C++? http://stackoverflow.com/questions/5131691/what-is-an-unnamed-type-in-c  type a type with no linkage an unnamed type or a type compounded from any of these types shall not be used as a template argument.. 
 No matching function call to <anonymous enum> http://stackoverflow.com/questions/5720359/no-matching-function-call-to-anonymous-enum  type a type with no linkage an unnamed type or a type compounded from any of these types shall not be used as a template argument.. 
 Local type as template arguments in C++ [duplicate] http://stackoverflow.com/questions/5751977/local-type-as-template-arguments-in-c  type a type with no linkage an unnamed type or a type compounded from any of these types shall not be used as a template argument.. 
 What restrictions does ISO C++03 place on structs defined at function scope? http://stackoverflow.com/questions/6415509/what-restrictions-does-iso-c03-place-on-structs-defined-at-function-scope  type a type with no linkage an unnamed type or a type compounded from any of these types shall not be used as a template argument.. 
 Using local classes with STL algorithms http://stackoverflow.com/questions/742607/using-local-classes-with-stl-algorithms  type a type with no linkage an unnamed type or a type compounded from any of these types shall not be used as a template argument.. 
 Why can I define structures and classes within a function in C++? http://stackoverflow.com/questions/876048/why-can-i-define-structures-and-classes-within-a-function-in-c  type a type with no linkage an unnamed type or a type compounded from any of these types shall not be used as a template argument.. 
 Passing unnamed classes through functions http://stackoverflow.com/questions/991062/passing-unnamed-classes-through-functions  type a type with no linkage an unnamed type or a type compounded from any of these types shall not be used as a template argument.. 
 |