aboutsummaryrefslogtreecommitdiff
path: root/build/path
diff options
context:
space:
mode:
Diffstat (limited to 'build/path')
-rw-r--r--build/path2
1 files changed, 1 insertions, 1 deletions
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<build::basic_path<C>>: hash<basic_string<C>>
{
size_t
- operator() (const build::basic_path<C>& p) const
+ operator() (const build::basic_path<C>& p) const noexcept
{
return hash<basic_string<C>>::operator() (p.string ());
}