mirror of
https://github.com/boostorg/config.git
synced 2026-03-06 13:54:11 +01:00
add BOOST_NO_DECLTYPE_N3276 config macro
[SVN r72327]
This commit is contained in:
@@ -259,13 +259,13 @@ int cpp_main(int argc, char* argv[])
|
||||
//
|
||||
if(argc > 1)
|
||||
{
|
||||
fs::path p(argv[1], fs::native);
|
||||
fs::path p(argv[1]);
|
||||
config_path = p / "libs" / "config" / "test" ;
|
||||
}
|
||||
else
|
||||
{
|
||||
// try __FILE__:
|
||||
fs::path p(__FILE__, fs::native);
|
||||
fs::path p(__FILE__);
|
||||
config_path = p.branch_path().branch_path() / "test";
|
||||
}
|
||||
std::cout << "Info: Boost.Config test path set as: " << config_path.string() << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user