From 8bd89cfca333e58f6990d7d168649dfc79878f31 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Feb 2015 16:10:03 +0200 Subject: Add support for sourcing/including buildfiles, print, dir{} alias --- build/path | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'build/path') diff --git a/build/path b/build/path index ee7937b..8eb560b 100644 --- a/build/path +++ b/build/path @@ -385,6 +385,19 @@ namespace build */ } +namespace std +{ + template + struct hash>: hash> + { + size_t + operator() (const build::basic_path& p) const + { + return hash>::operator() (p.string ()); + } + }; +} + #include #include -- cgit v1.1