// ----------------------------------------------------------------------
//
// iosbase.cc - Do we have std::ios_base?
//
// History:
//   07-Sep-2000  WEB  Initial draft
//   25-Apr-2001  WEB  s/<ISOcxxSyntax.hh>/"ISOcxx\/ISOcxxSyntax.hh"/
//
// ----------------------------------------------------------------------


#include "ISOcxx/ISOcxxSyntax.hh"

#include <ios>


int  main()  {

  USING( std::ios_base  )
  typedef  ios_base  MyBase;

  return  0;

}  // main()
