diff --git a/include/xo/facet/FacetRegistry.hpp b/include/xo/facet/FacetRegistry.hpp index 69bfbee..cbcf497 100644 --- a/include/xo/facet/FacetRegistry.hpp +++ b/include/xo/facet/FacetRegistry.hpp @@ -9,7 +9,6 @@ #include "TypeRegistry.hpp" #include "facet_implementation.hpp" -//#include "typeseq.hpp" #include "obj.hpp" #include #include diff --git a/include/xo/facet/OObject.hpp b/include/xo/facet/OObject.hpp index c121e5e..24397e5 100644 --- a/include/xo/facet/OObject.hpp +++ b/include/xo/facet/OObject.hpp @@ -273,7 +273,7 @@ namespace xo { * * Deliberately disable this for variants **/ - DRepr * operator->() + DRepr * operator->() const noexcept requires (!std::is_same_v) { return data_; }