[svn-r11264] Purpose: Additional code improvement

Description:
    Used "using" declaration and directive better to reduce namespace
    pollution.

Platforms tested:
    Linux 2.4 (heping)
    SunOS 5.8 64-bit (sol)
This commit is contained in:
Binh-Minh Ribler
2005-08-18 17:16:56 -05:00
parent f27f7c7821
commit 6496413284
9 changed files with 30 additions and 1 deletions

View File

@@ -35,6 +35,9 @@
#ifndef H5_NO_NAMESPACE
namespace H5 {
#ifndef H5_NO_STD
using namespace std;
#endif // H5_NO_STD
#endif
//--------------------------------------------------------------------------