Hack to allow us to make a valid boost::filesystem::path from a
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2020 21:54:32 +0000 (23:54 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 13 Oct 2020 16:51:11 +0000 (18:51 +0200)
commita6f1c4deaf0ddbf0197b286d0d5f1a107a487deb
treeb09eeb068a88f1c1ccf0c83c60bca10098250a7b
parent88d217034d58a02514eedbccd88dbfa2f80a9cc2
Hack to allow us to make a valid boost::filesystem::path from a
UTF8 constant on Windows.  This might actually be a way to get around
the fopen_boost hacks.
test/file_naming_test.cc