Use .string() not .native() when working with boost::filesystem
authorOrvid King <blah38621@gmail.com>
Sun, 13 Sep 2015 23:06:37 +0000 (16:06 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Sun, 13 Sep 2015 23:20:19 +0000 (16:20 -0700)
commit42581035875b25d5fc001b32ad7ec016e4e6affe
tree1c7a10699629e5dcc78080ee181eac1c51041b3d
parentf25b0650c02182beba01f998ac862c60a11cffd7
Use .string() not .native() when working with boost::filesystem

Summary: Because .native() produces a wstring under MSVC.
Closes #306

Reviewed By: @yfeldblum

Differential Revision: D2419043

Pulled By: @JoelMarcey
folly/experimental/NestedCommandLineApp.cpp
folly/experimental/io/HugePages.cpp