summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Exception.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-08-18 22:16:56 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-08-18 22:16:56 (GMT)
commit6496413284a3319bc41ad3ebde3783bae02d6e23 (patch)
tree0d46e5948389c2e64b75a56b9d73789c44a8f16b /c++/src/H5Exception.h
parentf27f7c7821350c31dc252cca2b875ae35e5516db (diff)
downloadhdf5-6496413284a3319bc41ad3ebde3783bae02d6e23.zip
hdf5-6496413284a3319bc41ad3ebde3783bae02d6e23.tar.gz
hdf5-6496413284a3319bc41ad3ebde3783bae02d6e23.tar.bz2
[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)
Diffstat (limited to 'c++/src/H5Exception.h')
-rw-r--r--c++/src/H5Exception.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h
index 41a6e24..3d9c85d 100644
--- a/c++/src/H5Exception.h
+++ b/c++/src/H5Exception.h
@@ -21,7 +21,7 @@
#ifndef H5_NO_NAMESPACE
namespace H5 {
#ifndef H5_NO_STD
- using namespace std;
+ using std::string;
#endif // H5_NO_STD
#endif