// ---------------------------------------------------------------------- // // conttque.cc - Do queues support the container_type typedef? // // History: // 21-Jul-2000 WEB Initial draft, based on conttstk.cc // 25-Apr-2001 WEB s//"ISOcxx\/ISOcxxSyntax.hh"/ // // ---------------------------------------------------------------------- #include "ISOcxx/ISOcxxSyntax.hh" #include int main() { return std::STL_QUEUE(int)::container_type().size(); } // main()