forked from boostorg/range
Merge standards-conformance fixes for Boost.Range
[SVN r61864]
This commit is contained in:
2
test/extension_mechanism.cpp
Executable file → Normal file
2
test/extension_mechanism.cpp
Executable file → Normal file
@ -41,6 +41,8 @@ namespace Foo
|
||||
//
|
||||
struct X
|
||||
{
|
||||
X() : vec() { }
|
||||
|
||||
typedef std::vector<int> data_t;
|
||||
typedef data_t::iterator iterator;
|
||||
typedef data_t::const_iterator const_iterator;
|
||||
|
Reference in New Issue
Block a user