Correct ">>" disambiguation for C++03

This commit is contained in:
Ion Gaztañaga
2025-09-22 00:34:54 +02:00
parent a05500c3a2
commit 679ace9b81

View File

@@ -43,7 +43,7 @@ void test_stored_size_type()
< stored_size<Unsigned> >::type options_t;
#endif
typedef vector<unsigned char, new_allocator<unsigned char>> default_vector_t;
typedef vector<unsigned char, new_allocator<unsigned char> > default_vector_t;
//Test first with a typical allocator
{
typedef vector<unsigned char, new_allocator<unsigned char>, options_t> vector_t;