mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Make it not build again (but theoretically enable the desired functionality).
This commit is contained in:
parent
59639e3988
commit
423919abb5
@ -91,7 +91,7 @@ namespace Files {
|
|||||||
std::cout << "The new dodgy operator>> is being used" << std::endl;
|
std::cout << "The new dodgy operator>> is being used" << std::endl;
|
||||||
|
|
||||||
boost::iostreams::filtering_istream filteredStream;
|
boost::iostreams::filtering_istream filteredStream;
|
||||||
//filteredStream.push(unescape_hash_filter());
|
filteredStream.push(unescape_hash_filter());
|
||||||
filteredStream.push(istream);
|
filteredStream.push(istream);
|
||||||
|
|
||||||
filteredStream >> escapePath.mPath;
|
filteredStream >> escapePath.mPath;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user