
please wait
|
|
|
|
|
|
|
|
template<class T> class U
is a template with one type template parameter. All of the containers you listed have more than one .template<class...>
(except that still wouldn't work with std::array) or go the boost.range way and make it
|
|
|
|
|
|
|
|
|
|