added bounded buffer

[SVN r2785]
This commit is contained in:
Jan Gaspar
2005-12-19 23:11:09 +00:00
parent 38449949aa
commit 8feaf646cc
7 changed files with 262 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ void validity_test() {
}
// test main
test_suite* init_unit_test_suite(int argc, char* argv[]) {
test_suite* init_unit_test_suite(int /*argc*/, char*[] /*argv*/) {
test_suite* tests = BOOST_TEST_SUITE("Unit tests for the iterator of the circular_buffer.");