diff --git a/include/xo/facet/facet_implementation.hpp b/include/xo/facet/facet_implementation.hpp index 7ef18847..5669860a 100644 --- a/include/xo/facet/facet_implementation.hpp +++ b/include/xo/facet/facet_implementation.hpp @@ -92,7 +92,7 @@ namespace xo { //static_assert(false && "expect specialization which should provide ImplType trait"); }; - /** Retrieve facet implementation for a (facet, datatype) pair **/ + /** Retrieve facet implementation for a (facet, datatype) pair **/ template using FacetImplType = FacetImplementation::ImplType; @@ -123,11 +123,6 @@ namespace xo { * = valid_facet_implementation(); **/ struct DVariantPlaceholder {}; - - /** PLAN: - * expect also will need runtime version of FacetImplementation. - **/ - } /*namespace facet*/ } /*namespace xo*/