id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1183,"Missing ""template"" in boost/interprocess/detail/managed_memory_impl.hpp",jhs@…,Ion Gaztañaga,"The file boost/interprocess/detail/managed_memory_impl.hpp has several occurances of constucts like: template typename segment_manager::template construct_proxy::type construct(char_ptr_holder_t name) { return mp_header->construct(name); } These occur on lines 310, 352, and 502 of the file I have. mp_header is a dependent type, so this should really be written as: { return mp_header->template construct(name); }",Bugs,closed,To Be Determined,None,Boost 1.34.1,Problem,fixed,,