]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/convert/example/default_converter.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / convert / example / default_converter.cpp
index 6ecf98736cfa3378393be06df410351c2642b54d..fdcee846399b4289ac3689c72b6577ca8c2c46f6 100644 (file)
@@ -9,11 +9,11 @@
 
 #ifdef ONLY_FOR_DEMONSTRATION_PURPOSES
 //[default_converter_declaration_simple
-struct boost::cnv::by_default : public boost::cnv::cstream {};
+struct boost::cnv::by_default : boost::cnv::cstream {};
 //]
 #endif
 //[default_converter_declaration_formatted
-struct boost::cnv::by_default : public boost::cnv::cstream 
+struct boost::cnv::by_default : boost::cnv::cstream 
 { 
     by_default() { (*this)(std::uppercase)(std::hex); }
 };