... | ... |
@@ -1018,3 +1018,3 @@ |
1018 | 1018 |
{ |
1019 |
Base:: |
|
1019 |
Base::_reached=reinterpret_cast<void*>(const_cast<T*>(&t)); |
|
1020 | 1020 |
return BfsWizard<DefReachedMapBase<T> >(*this); |
... | ... |
@@ -1039,3 +1039,3 @@ |
1039 | 1039 |
{ |
1040 |
Base:: |
|
1040 |
Base::_processed=reinterpret_cast<void*>(const_cast<T*>(&t)); |
|
1041 | 1041 |
return BfsWizard<DefProcessedMapBase<T> >(*this); |
... | ... |
@@ -1001,3 +1001,3 @@ |
1001 | 1001 |
{ |
1002 |
Base:: |
|
1002 |
Base::_reached=reinterpret_cast<void*>(const_cast<T*>(&t)); |
|
1003 | 1003 |
return DfsWizard<DefReachedMapBase<T> >(*this); |
... | ... |
@@ -1022,3 +1022,3 @@ |
1022 | 1022 |
{ |
1023 |
Base:: |
|
1023 |
Base::_processed=reinterpret_cast<void*>(const_cast<T*>(&t)); |
|
1024 | 1024 |
return DfsWizard<DefProcessedMapBase<T> >(*this); |
0 comments (0 inline)