From ab13588c6e82f288237ded35a4e4280312f3fd3e Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Mon, 5 Jan 2026 17:10:22 -0500 Subject: [PATCH] xo-object2: Printable+DList [WIP] --- include/xo/facet/facet_implementation.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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*/