xo-object2: Printable+DList [WIP]
This commit is contained in:
parent
8ff8436e9b
commit
ab13588c6e
1 changed files with 1 additions and 6 deletions
|
|
@ -92,7 +92,7 @@ namespace xo {
|
|||
//static_assert(false && "expect specialization <AFacet,DRepr> which should provide ImplType trait");
|
||||
};
|
||||
|
||||
/** Retrieve facet implementation for a (facet, datatype) pair **/
|
||||
/** Retrieve facet implementation for a (facet, datatype) pair **/
|
||||
template <typename AFacet, typename DRepr>
|
||||
using FacetImplType = FacetImplementation<AFacet, DRepr>::ImplType;
|
||||
|
||||
|
|
@ -123,11 +123,6 @@ namespace xo {
|
|||
* = valid_facet_implementation<AMyFacet, IMyFacet_Any>();
|
||||
**/
|
||||
struct DVariantPlaceholder {};
|
||||
|
||||
/** PLAN:
|
||||
* expect also will need runtime version of FacetImplementation.
|
||||
**/
|
||||
|
||||
} /*namespace facet*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue