Inheriting a class with template constructor
I want to inherit from a class with a template contructor but it seems i cannot call this contructor the way i want.
Partial specialization of a class for a nested class of a template class
I want to partially specialize a class for a class nested inside a template class, like this
constructing a template class with a reference does not compile
I am building a template class that must be able to hold a value or a reference.
I am building the library for C++11 compatibility.