]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp
Update copyright years in libstdc++-v3/
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / pb_ds / detail / hash_fn / sample_probe_fn.hpp
index 3ca9001e02586dec657c60229ba6f53a64323324..4b62bb06f4eb29ac810a39a45f49b11e9491dff8 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 
-// Copyright (C) 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
+// Copyright (C) 2005-2014 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 terms
@@ -49,18 +49,18 @@ namespace __gnu_pbds
   public:
     typedef std::size_t size_type;
 
-    // Default constructor.
+    /// Default constructor.
     sample_probe_fn();
 
-    // Copy constructor.
+    /// Copy constructor.
     sample_probe_fn(const sample_probe_fn&);
 
-    // Swaps content.
+    /// Swaps content.
     inline void
     swap(sample_probe_fn&);
 
   protected:
-    // Returns the i-th offset from the hash value of some key r_key.
+    /// Returns the i-th offset from the hash value of some key r_key.
     inline size_type
     operator()(key_const_reference r_key, size_type i) const;
   };