summaryrefslogtreecommitdiffstats
path: root/c++/src/H5IdComponent.h
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-11-19 02:02:52 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-11-19 02:02:52 (GMT)
commit1d91d8632808732f702a582f0a7556a8755a324e (patch)
tree716ea735fac2551b043a95cc7d056c6e53ba3813 /c++/src/H5IdComponent.h
parent34ec9f5762f40351e746f31ebc9202ad4a0379b3 (diff)
downloadhdf5-1d91d8632808732f702a582f0a7556a8755a324e.zip
hdf5-1d91d8632808732f702a582f0a7556a8755a324e.tar.gz
hdf5-1d91d8632808732f702a582f0a7556a8755a324e.tar.bz2
[svn-r11743] Purpose: Code improvement
Description: There was a workaround for predefined types, in the C++ library, implemented when the C++ library was handling the reference counting of the object ids on its own. Currently, the C++ library is using the available APIs from the C library for that purpose, and there were bugs reported involving that part of the C++ library. So, I decided to remove the workaround completely. Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol) AIX 5.1 (copper) HPUX 11.00 (kelgia) Misc. update:
Diffstat (limited to 'c++/src/H5IdComponent.h')
-rw-r--r--c++/src/H5IdComponent.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/src/H5IdComponent.h b/c++/src/H5IdComponent.h
index 353c00a..4e66327 100644
--- a/c++/src/H5IdComponent.h
+++ b/c++/src/H5IdComponent.h
@@ -21,9 +21,6 @@
#ifndef H5_NO_NAMESPACE
namespace H5 {
-#ifndef H5_NO_STD
- using std::string;
-#endif // H5_NO_STD
#endif
class H5_DLLCPP IdComponent {