Make it not build again (but theoretically enable the desired functionality).

This commit is contained in:
AnyOldName3 2016-07-20 15:19:34 +01:00
parent 59639e3988
commit 423919abb5

View file

@ -91,7 +91,7 @@ namespace Files {
std::cout << "The new dodgy operator>> is being used" << std::endl;
boost::iostreams::filtering_istream filteredStream;
//filteredStream.push(unescape_hash_filter());
filteredStream.push(unescape_hash_filter());
filteredStream.push(istream);
filteredStream >> escapePath.mPath;