aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/context.hxx')
-rw-r--r--libbuild2/context.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/context.hxx b/libbuild2/context.hxx
index e3ffa3a..edbf780 100644
--- a/libbuild2/context.hxx
+++ b/libbuild2/context.hxx
@@ -606,10 +606,12 @@ namespace build2
// phase_lock pl;
// phase_switch ps (move (pu), move (pl));
//
+ // @@ Need to re-confirm it does the right thing if/when we need it.
+ //
struct LIBBUILD2_SYMEXPORT phase_switch
{
phase_switch (context&, run_phase);
- phase_switch (phase_unlock&&, phase_lock&&);
+ //phase_switch (phase_unlock&&, phase_lock&&);
~phase_switch () noexcept (false);
run_phase old_phase, new_phase;