xo-expression xo-reader: type unifier + misc improvements
This commit is contained in:
parent
6a7353f689
commit
75b74918b7
31 changed files with 1005 additions and 76 deletions
|
|
@ -14,5 +14,10 @@ namespace xo {
|
|||
struct ppdetail<xo::scm::parserstatemachine> {
|
||||
static bool print_pretty(const ppindentinfo & ppii, const xo::scm::parserstatemachine & x);
|
||||
};
|
||||
|
||||
template<>
|
||||
struct ppdetail<xo::scm::parserstatemachine*> {
|
||||
static bool print_pretty(const ppindentinfo & ppii, const xo::scm::parserstatemachine * x);
|
||||
};
|
||||
}
|
||||
} /*namespace xo*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue