Skip to content

Commit 3270bf2

Browse files
committed
Make 'temporary' sticky.
1 parent 1fbe9a1 commit 3270bf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/tao/config/internal/config_action.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ namespace tao::config::internal
5252
template< typename State >
5353
static void apply0( State& st, const extension_maps& )
5454
{
55-
const auto f = []( concat& c ) { c.concat.clear(); c.remove = true; c.temporary = false; };
55+
const auto f = []( concat& c ) { c.concat.clear(); c.remove = true; };
5656
phase1_append( st.root, st.prefix + st.suffix, f, phase1_mode::implicit );
5757
}
5858
};

0 commit comments

Comments
 (0)