We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbe9a1 commit 3270bf2Copy full SHA for 3270bf2
include/tao/config/internal/config_action.hpp
@@ -52,7 +52,7 @@ namespace tao::config::internal
52
template< typename State >
53
static void apply0( State& st, const extension_maps& )
54
{
55
- const auto f = []( concat& c ) { c.concat.clear(); c.remove = true; c.temporary = false; };
+ const auto f = []( concat& c ) { c.concat.clear(); c.remove = true; };
56
phase1_append( st.root, st.prefix + st.suffix, f, phase1_mode::implicit );
57
}
58
};
0 commit comments