container: root: refactor using common utility
This commit is contained in:
@@ -59,7 +59,7 @@ void example1()
|
||||
//! \ingroup cpp_plugin_impl
|
||||
void example2()
|
||||
{
|
||||
namespace common = ::dfi::macro::common;
|
||||
namespace common = ::dfi::common;
|
||||
|
||||
auto print_env = [](const std::string& env) {
|
||||
std::cout << env << "=" << common::get_env(env) << "\n";
|
||||
|
||||
Reference in New Issue
Block a user