fix: namespace declaration for boost::process::v1 (#4518)
This commit is contained in:
parent
79b4b9f6fb
commit
3672254647
3 changed files with 4 additions and 4 deletions
|
|
@ -52,13 +52,13 @@ namespace boost {
|
|||
class path;
|
||||
}
|
||||
|
||||
namespace process::inline v1 {
|
||||
namespace process::v1 {
|
||||
class child;
|
||||
class group;
|
||||
template<typename Char>
|
||||
class basic_environment;
|
||||
typedef basic_environment<char> environment;
|
||||
} // namespace process::inline v1
|
||||
} // namespace process::v1
|
||||
} // namespace boost
|
||||
#endif
|
||||
namespace video {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ namespace platf {
|
|||
}
|
||||
|
||||
namespace platf::dxgi {
|
||||
namespace bp = boost::process;
|
||||
namespace bp = boost::process::v1;
|
||||
|
||||
/**
|
||||
* DDAPI-specific initialization goes here.
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ namespace {
|
|||
|
||||
} // namespace
|
||||
|
||||
namespace bp = boost::process;
|
||||
namespace bp = boost::process::v1;
|
||||
|
||||
using namespace std::literals;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue