#ifndef INCLUDED_STORAGE_H_ #define INCLUDED_STORAGE_H_ #include template class Policy, template class Container = std::vector > class Storage: public Container> {}; #endif