6 Jun
2013
6 Jun
'13
5:57 p.m.
Be sure to make a note to the user since the behavior is changed. something like: "if no allocator is provided to 'recreate', it now uses the previous one instead of creating a new one"
I added a comment.
Last but not least, 'total_allocated_size_in_bytes' also depends on '_align_in_bytes', so nevertheless, you have to update it first.
Done.
BTW, 'mpl::bool_<IsPlanar>()' may be more brief than 'typename boost::conditional< IsPlanar, mpl::true_, mpl::false_ >::type()'
Done. Thanks! Christian