diff --git a/test/vector_options_test.cpp b/test/vector_options_test.cpp index 000106a..39492d7 100644 --- a/test/vector_options_test.cpp +++ b/test/vector_options_test.cpp @@ -43,7 +43,7 @@ void test_stored_size_type() < stored_size >::type options_t; #endif - typedef vector> default_vector_t; + typedef vector > default_vector_t; //Test first with a typical allocator { typedef vector, options_t> vector_t;