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