]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/outcome/boost_outcome.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / outcome / boost_outcome.hpp
index 23789603fc63706f214fcbddeb3b550b5e58865b..d5202c5c23af5528cce51c45848124008b2d20fc 100644 (file)
@@ -1,5 +1,5 @@
 /* A less simple result type
-(C) 2017-2019 Niall Douglas <http://www.nedproductions.biz/> (7 commits)
+(C) 2017-2020 Niall Douglas <http://www.nedproductions.biz/> (7 commits)
 File Created: June 2017
 
 
@@ -42,14 +42,17 @@ namespace boost
   namespace system
   {
     // Implement the .failure() observer.
-    inline boost::exception_ptr basic_outcome_failure_exception_from_error(const boost::system::error_code &ec) { return boost::copy_exception(boost::system::system_error(ec)); }
+    inline boost::exception_ptr basic_outcome_failure_exception_from_error(const boost::system::error_code &ec)
+    {
+      return boost::copy_exception(boost::system::system_error(ec));
+    }
   }  // namespace system
 }  // namespace boost
 #endif
 
 BOOST_OUTCOME_V2_NAMESPACE_EXPORT_BEGIN
 
-/*! AWAITING HUGO JSON CONVERSION TOOL 
+/*! AWAITING HUGO JSON CONVERSION TOOL
 SIGNATURE NOT RECOGNISED
 */
 template <class R, class S = boost::system::error_code, class P = boost::exception_ptr, class NoValuePolicy = policy::default_policy<R, S, P>>  //