]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/libsupc++/hash_bytes.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / hash_bytes.h
index 95db644ee25c609915493318ccec773e48cacaea..8d9c9eb24cc987435729f716d7d55518450a8597 100644 (file)
@@ -1,6 +1,6 @@
 // Declarations for hash functions. -*- C++ -*-
 
-// Copyright (C) 2010, 2011 Free Software Foundation, Inc.
+// Copyright (C) 2010-2020 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -34,7 +34,9 @@
 
 #include <bits/c++config.h>
 
-_GLIBCXX_BEGIN_NAMESPACE(std)
+namespace std
+{
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
 
   // Hash function implementation for the nontrivial specialization.
   // All of them are based on a primitive that hashes a pointer to a
@@ -51,6 +53,7 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
   size_t
   _Fnv_hash_bytes(const void* __ptr, size_t __len, size_t __seed);
 
-_GLIBCXX_END_NAMESPACE
+_GLIBCXX_END_NAMESPACE_VERSION
+} // namespace
 
 #endif