diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2003-03-20 02:13:13 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2003-03-20 02:13:13 (GMT) |
commit | da0f4cd981ec8f524be43cd1db3bff88b34187db (patch) | |
tree | 63734f0f60ad0964bcc8756c5287e3b10f434599 /c++/examples/chunks.cpp | |
parent | 5cc6567850b77f29803eece112bd4887ec507467 (diff) | |
download | hdf5-da0f4cd981ec8f524be43cd1db3bff88b34187db.zip hdf5-da0f4cd981ec8f524be43cd1db3bff88b34187db.tar.gz hdf5-da0f4cd981ec8f524be43cd1db3bff88b34187db.tar.bz2 |
[svn-r6510] Purpose:
Cleanup
Description:
Removed "using namespace std" since it's in namespace H5 already.
Platforms tested:
HPUX 11.00 (kelgia)
Linux 2.2x (eirene)
IRIX 6.5.11 (modi4)
SunOS 5.7 (arabica) - by Elena
Misc. update:
Diffstat (limited to 'c++/examples/chunks.cpp')
-rw-r--r-- | c++/examples/chunks.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/examples/chunks.cpp b/c++/examples/chunks.cpp index 44d543e..556472f 100644 --- a/c++/examples/chunks.cpp +++ b/c++/examples/chunks.cpp @@ -18,9 +18,6 @@ */ #include <string> -#if !defined(H5_NO_NAMESPACE) && !defined(H5_NO_STD) -using namespace std; -#endif #ifdef OLD_HEADER_FILENAME #include <iostream.h> |