// ---------------------------------------------------------------------- // // iosbase.cc - Do we have std::ios_base? // // History: // 07-Sep-2000 WEB Initial draft // 25-Apr-2001 WEB s//"ISOcxx\/ISOcxxSyntax.hh"/ // // ---------------------------------------------------------------------- #include "ISOcxx/ISOcxxSyntax.hh" #include int main() { USING( std::ios_base ) typedef ios_base MyBase; return 0; } // main()