[svn-r11756] Purpose: Test improvement

Description:
    Improved the use of std members.

Platforms tested:
    Linux 2.4 (heping)
    SunOS 5.8 64-bit (sol)
    Linux 2.4 w/PGI (colonelk)
This commit is contained in:
Binh-Minh Ribler
2005-12-03 07:27:14 -05:00
parent 5ed48cf279
commit 2b41179280
5 changed files with 42 additions and 4 deletions

View File

@@ -27,6 +27,14 @@
#endif
#include <string>
#ifndef H5_NO_NAMESPACE
#ifndef H5_NO_STD
using std::string;
using std::cerr;
using std::endl;
#endif // H5_NO_STD
#endif
#include "h5test.h"
#include "H5Exception.h"
#include "h5cpputil.h"