From 4372f041bb7401c3adc2d5710566b13f64722102 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Feb 2015 16:57:34 +0200 Subject: Variable assignment, appending support --- build/path | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/path') diff --git a/build/path b/build/path index 9b3668d..6ce2172 100644 --- a/build/path +++ b/build/path @@ -418,7 +418,7 @@ namespace std struct hash>: hash> { size_t - operator() (const build::basic_path& p) const + operator() (const build::basic_path& p) const noexcept { return hash>::operator() (p.string ()); } -- cgit v1.1