]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/safe_numerics/example/example14.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / safe_numerics / example / example14.cpp
index ce4d2fe06b39f00c197a1ce9fa53d0a296b1a264..6b4e1bc298446effa24ef12cce3be096bcfb255b 100644 (file)
@@ -11,7 +11,7 @@
 
 int main(int, const char *[]){
     // problem: cannot recover from arithmetic errors
-    std::cout << "example 8: ";
+    std::cout << "example 14: ";
     std::cout << "cannot detect compile time arithmetic errors" << std::endl;
     std::cout << "Not using safe numerics" << std::endl;