]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/outcome/trait.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / outcome / trait.hpp
index 0316b4b9de0396804a0eac19dcf2fbe021e42453..4e68f03cb80452f89eddc3fb9611641ec7e842d0 100644 (file)
@@ -1,5 +1,5 @@
 /* Traits for Outcome
-(C) 2018-2020 Niall Douglas <http://www.nedproductions.biz/> (8 commits)
+(C) 2018-2022 Niall Douglas <http://www.nedproductions.biz/> (8 commits)
 File Created: March 2018
 
 
@@ -33,7 +33,7 @@ DEALINGS IN THE SOFTWARE.
 
 #include "config.hpp"
 
-BOOST_OUTCOME_V2_NAMESPACE_BEGIN
+BOOST_OUTCOME_V2_NAMESPACE_EXPORT_BEGIN
 
 namespace trait
 {
@@ -53,6 +53,14 @@ SIGNATURE NOT RECOGNISED
 
   /*! AWAITING HUGO JSON CONVERSION TOOL
 type definition  is_error_type. Potential doc page: NOT FOUND
+*/
+  template <class T> struct is_move_bitcopying
+  {
+    static constexpr bool value = false;
+  };
+
+  /*! AWAITING HUGO JSON CONVERSION TOOL
+type definition  is_error_type. Potential doc page: NOT FOUND
 */
   template <class E> struct is_error_type
   {