]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/multi_index/safe_mode_errors.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / multi_index / safe_mode_errors.hpp
index 1904706edec03a5f08ea89622885a3f4d29152a4..65aba892dddcd1ef24ab42a2fd056d979a71023b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2003-2013 Joaquin M Lopez Munoz.
+/* Copyright 2003-2020 Joaquin M Lopez Munoz.
  * Distributed under the Boost Software License, Version 1.0.
  * (See accompanying file LICENSE_1_0.txt or copy at
  * http://www.boost.org/LICENSE_1_0.txt)
@@ -36,7 +36,8 @@ enum error_code
   invalid_range,
   inside_range,
   out_of_bounds,
-  same_container
+  same_container,
+  unequal_allocators
 };
 
 } /* namespace multi_index::safe_mode */