diff --git a/include/boost/interprocess/interprocess_fwd.hpp b/include/boost/interprocess/interprocess_fwd.hpp index 882256e..4f56837 100644 --- a/include/boost/interprocess/interprocess_fwd.hpp +++ b/include/boost/interprocess/interprocess_fwd.hpp @@ -258,10 +258,10 @@ class offset_ptr; ////////////////////////////////////////////////////////////////////////////// //Single segment memory allocation algorithms -template > +template > class simple_seq_fit; -template, std::size_t MemAlignment = 0> +template, std::size_t MemAlignment = 0> class rbtree_best_fit; //////////////////////////////////////////////////////////////////////////////