mirror of
https://github.com/boostorg/container.git
synced 2026-01-19 04:02:17 +00:00
Correct ">>" disambiguation for C++03
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user