diff options
author | donb <donb@gcc20.fsffrance.org> | 2012-01-14 04:02:15 (GMT) |
---|---|---|
committer | donb <donb@gcc20.fsffrance.org> | 2012-01-14 04:02:15 (GMT) |
commit | 65a1c9cf6c8f1c69a6f9fbdc09faeb15b3dc6e4a (patch) | |
tree | e2542e3fa46d6e9faeacda39c03a84ac83272222 /tests/cgalcachetest.cc | |
parent | 10701f71581bd4053ab328254d6abacd6956b498 (diff) |
add boosty.h for compatability with boost <1.44
Diffstat (limited to 'tests/cgalcachetest.cc')
-rw-r--r-- | tests/cgalcachetest.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cgalcachetest.cc b/tests/cgalcachetest.cc index ad856d2..1680c6e 100644 --- a/tests/cgalcachetest.cc +++ b/tests/cgalcachetest.cc @@ -53,6 +53,7 @@ namespace fs = boost::filesystem; #include <boost/program_options.hpp> namespace po = boost::program_options; +#include "boosty.h" std::string commandline_commands; std::string currentdir; @@ -135,7 +136,7 @@ int main(int argc, char **argv) QApplication app(argc, argv, false); fs::path original_path = fs::current_path(); - currentdir = fs::current_path().generic_string(); + currentdir = boosty::stringy( fs::current_path() ); parser_init(QApplication::instance()->applicationDirPath().toStdString()); |