Skip to content
Snippets Groups Projects
Commit faad806b authored by ilor's avatar ilor
Browse files

small fix :*

parent 16bf9d59
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ public:
* shared pointers themselves cannot, use put etc. for that.
*/
template<typename T>
const typename detail::Vmap<T>::map_t get_all() const {
const typename detail::Vmap<T>::map_t& get_all() const {
BOOST_MPL_ASSERT(( boost::mpl::count<types, T> ));
return detail::Vmap<T>::map_;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment