]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/safe_numerics/example/example84.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / safe_numerics / example / example84.cpp
index f7809d9a7d331be6b6338a6f4cc679549e17dc1e..fa6363c1b3195dc28e7cc484305e15be44c64d53 100644 (file)
@@ -1,3 +1,9 @@
+//  Copyright (c) 2018 Robert Ramey
+//
+// 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)
+
 #include <stdexcept>
 #include <iostream>
 #include <sstream>
@@ -15,7 +21,7 @@ using safe_t = safe_signed_range<
     -24,
     82,
     native,
-    loose_trap_policy
+    loose_exception_policy
 >;
 
 // define variables used for input