From a94dcda7f00b10cb22b5f2138b1c29bcfbe7de37 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 24 Mar 2015 08:53:06 +0200 Subject: Make meta-operations control build loop; add disfigure skeleton --- build/string-table | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/string-table') diff --git a/build/string-table b/build/string-table index 39c8cff..7a74024 100644 --- a/build/string-table +++ b/build/string-table @@ -67,6 +67,9 @@ namespace build I size () const {return static_cast (vec_.size ());} + bool + empty () const {return vec_.empty ();} + private: using key_type = map_key; using value_type = string_table_element; -- cgit v1.1