Home
last modified time | relevance | path

Searched defs:argv_to_path_guard (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/dll/example/
Db2_workarounds.hpp67 struct argv_to_path_guard { struct
68 const boost::filesystem::path original_;
69 const boost::filesystem::path version_dropped_;
70 const std::string just_path_;
71 const bool same_;
74 static inline boost::filesystem::path drop_b2_deco(const boost::filesystem::path& in) { in drop_b2_deco()
83 inline explicit argv_to_path_guard(int argc, char* argv[]) in argv_to_path_guard() argument
98 inline ~argv_to_path_guard() { in ~argv_to_path_guard()