xo-reader2: + PSM,SSM on_parsed_formal_arglist()
This commit is contained in:
parent
19961facb5
commit
9ec403b2d7
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
#include <xo/object2/number/IGCObject_DInteger.hpp>
|
||||
#include <xo/object2/string/IGCObject_DString.hpp>
|
||||
|
||||
#include <xo/object2/array/IPrintable_DArray.hpp>
|
||||
#include <xo/object2/list/IPrintable_DList.hpp>
|
||||
#include <xo/object2/boolean/IPrintable_DBoolean.hpp>
|
||||
#include <xo/object2/number/IPrintable_DFloat.hpp>
|
||||
|
|
@ -62,6 +63,7 @@ namespace xo {
|
|||
FacetRegistry::register_impl<APrintable, DString>();
|
||||
|
||||
FacetRegistry::register_impl<AGCObject, DArray>();
|
||||
FacetRegistry::register_impl<APrintable, DArray>();
|
||||
FacetRegistry::register_impl<ASequence, DArray>();
|
||||
|
||||
log && log(xtag("DVariantPlaceholder.tseq", typeseq::id<DVariantPlaceholder>()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue