/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ #include #include #include // problem in precompiled list class and cint #include #include main() { list test; //cout << "begin=" << test.begin() << " end=" << test.end() << endl; printf("begin=%x end=%x\n",test.begin(),test.end()); }