container: root: refactor using common utility

This commit is contained in:
2025-12-02 17:14:10 -08:00
parent d156f62fa7
commit 7ca01776fc
2 changed files with 19 additions and 13 deletions

View File

@@ -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";