mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-24 01:47:17 +02:00
Incorporated Keith MacDonald's comments
[SVN r22567]
This commit is contained in:
@ -1287,6 +1287,10 @@ appropriate:</p>
|
||||
|
||||
...
|
||||
|
||||
private:
|
||||
struct enabler {};
|
||||
|
||||
public:
|
||||
template <class OtherValue>
|
||||
node_iter(
|
||||
node_iter<OtherValue> const& other
|
||||
|
Reference in New Issue
Block a user