]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/convert/example/getting_started.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / convert / example / getting_started.cpp
index 2d327ff385f4bb269f767d5db132bff85f77623a..a5e607215e4c79bdee45909d0e5f4e6c6bfbedbf 100644 (file)
@@ -40,7 +40,7 @@ using boost::convert;
 //]
 //[getting_started_default_converter
 // Definition of the default converter (optional)
-struct boost::cnv::by_default : public boost::cnv::lexical_cast {};
+struct boost::cnv::by_default : boost::cnv::lexical_cast {};
 //]
 
 static