calvert1991/cpp-btree

Support C++11 STL interface

Opened this issue · 1 comments

The btree implementations are currently missing the C++11 STL interface methods 
like `at`. As this data structure should conform to STL, it should conform to 
the latest version of that library.

Original issue reported on code.google.com by jpfi...@gmail.com on 28 Mar 2013 at 4:11

Please, correct me, if my code is wrong.

Original comment by Roman.Za...@gmail.com on 21 Apr 2013 at 7:28

Attachments: