aboutsummaryrefslogtreecommitdiff
path: root/build/string-table
diff options
context:
space:
mode:
Diffstat (limited to 'build/string-table')
-rw-r--r--build/string-table9
1 files changed, 1 insertions, 8 deletions
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 <typename D>
- 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<std::string>