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

pull/29/head
AnyOldName3 9 years ago
parent 59639e3988
commit 423919abb5

@ -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;

Loading…
Cancel
Save