#include <astl.h> #include <dfa_mtf.h> #include <dfa_compact.h> int main() { DFA_mtf<> A; DFA_compact<DFA_mtf<> > C(A); }
C
A