From eaaa82bd9c1e24a83dcea3857f5fd75d0dfb6de5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Mar 2015 13:21:18 +0200 Subject: New consolidated load/match/build loop --- build/string-table | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'build/string-table') diff --git a/build/string-table b/build/string-table index 522476f..39c8cff 100644 --- a/build/string-table +++ b/build/string-table @@ -33,14 +33,7 @@ namespace build }; template - struct string_table_traits - { - // By default, look for the key() function in D. But you can - // also specialize this class template. - // - static const std::string& - key (const D& d) {return d.key ();} - }; + struct string_table_traits; template <> struct string_table_traits -- cgit v1.1