#include "show_arglists.h" #include #include #include #include "config.h" using namespace std; void show_arglists(const std::vector &l, bool concise){ DEFINE_COMPLEX; (void)C; cout << "simple: " << endl; std::copy(simple,simple+S,ostream_iterator(cout," ")); cout << endl << "complex: " << endl; std::copy(complex.begin(),complex.end(),ostream_iterator(cout," ")); cout << endl; for(unsigned int i=0;iendsWith(deactivate.c_str() ) ? "X" : "O" ) << " "; }else{ cout << (*it).toLatin1().data() << " "; } } cout << endl; } }