From f519c44792429ce52cfab09898701bff9c202770 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 31 Jan 2017 09:53:25 +0200 Subject: Add load generation to global variable_map values --- build2/types | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build2/types') diff --git a/build2/types b/build2/types index daf10d3..7f39274 100644 --- a/build2/types +++ b/build2/types @@ -159,6 +159,10 @@ namespace build2 // // using butl::target_triplet; + + // See context. + // + enum class run_phase {load, search_match, execute}; } // In order to be found (via ADL) these have to be either in std:: or in -- cgit v1.1