
19 May
2011
19 May
'11
9:40 a.m.
Den 18-05-2011 20:54, Beman Dawes skrev:
The slides for my BoostCon "Proposed Boost B-tree Library" presentation are available:
http://github.com/boostcon/2011_presentations/raw/master/tue/proposed_b_tree...
// boost::btree:: template <class Key, class T, class Traits = default_endian_traits, class Compare = btree::less<Key> > class btree_map; Would it makes sense to swap the Traits and Compare argument? Isn't it more common to change the predicate? -Thorsten