X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fconvert%2Fexample%2Fdefault_converter.cpp;h=fdcee846399b4289ac3689c72b6577ca8c2c46f6;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=6ecf98736cfa3378393be06df410351c2642b54d;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/convert/example/default_converter.cpp b/ceph/src/boost/libs/convert/example/default_converter.cpp index 6ecf98736..fdcee8463 100644 --- a/ceph/src/boost/libs/convert/example/default_converter.cpp +++ b/ceph/src/boost/libs/convert/example/default_converter.cpp @@ -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); } };