rkannan / cpp-btree

Automatically exported from code.google.com/p/cpp-btree
Apache License 2.0
0 stars 0 forks source link

Support C++11 STL interface #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Please, correct me, if my code is wrong.

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

Attachments: