mirror of
https://github.com/boostorg/range.git
synced 2026-04-28 18:13:32 +02:00
Merge standards-conformance fixes for Boost.Range
[SVN r61864]
This commit is contained in:
Executable → Regular
+2
@@ -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