forked from boostorg/iterator
Incorporated Keith MacDonald's comments
[SVN r22567]
This commit is contained in:
@ -483,6 +483,10 @@ appropriate::
|
||||
|
||||
...
|
||||
|
||||
private:
|
||||
struct enabler {};
|
||||
|
||||
public:
|
||||
template <class OtherValue>
|
||||
node_iter(
|
||||
node_iter<OtherValue> const& other
|
||||
|
Reference in New Issue
Block a user