Skip to content

Commit 182b705

Browse files
author
Dilawar Singh
committed
boost::filesystem is no longer used even when boost is used.
1 parent 695d75b commit 182b705

File tree

9 files changed

+504
-477
lines changed

9 files changed

+504
-477
lines changed

basecode/Id.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ string Id::path( const string& separator) const
7777
{
7878
string ret = Neutral::path( eref() );
7979

80-
#if 0
81-
// NOTE/FIXME: Monday 09 March 2020 12:30:27 PM IST, Dilawar Singh
80+
// FIXME: Monday 09 March 2020 12:30:27 PM IST, Dilawar Singh
8281
// This beaks the path comparison. Getting x.path from x returned in a
8382
// list by moose.wildcardFind() and getting path from here doesn't math
8483
// when this is enabled.
@@ -95,7 +94,6 @@ string Id::path( const string& separator) const
9594
ret = ret.substr( 0, pos );
9695
}
9796
}
98-
#endif
9997

10098
return ret;
10199
}

0 commit comments

Comments
 (0)