common.cpp moved to common.inl

[SVN r2786]
This commit is contained in:
Jan Gaspar
2005-12-20 22:16:33 +00:00
parent 8feaf646cc
commit 06fa553274
7 changed files with 38 additions and 85 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.");