diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-04-02 15:33:01 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2006-04-02 15:33:01 (GMT) |
commit | 2730ebaca09b08086a843462aa2eaa7b0d2ec05c (patch) | |
tree | 949ce63c30f9db8ed99c4b5d28db8a7e65ae21f1 /c++/src | |
parent | d165e1d8e7c01f201dcb228464064a8f8e50174b (diff) | |
download | hdf5-2730ebaca09b08086a843462aa2eaa7b0d2ec05c.zip hdf5-2730ebaca09b08086a843462aa2eaa7b0d2ec05c.tar.gz hdf5-2730ebaca09b08086a843462aa2eaa7b0d2ec05c.tar.bz2 |
[svn-r12192] Purpose: Maintenance
Description:
Corrected syntax for aliasing H5_std in the case of no std.
Platforms tested:
Linux 2.4 (heping)
SunOS 5.8 64-bit (sol)
Still couldn't test on kelgia; I'll check daily test tomorrow.
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/H5Exception.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h index 7d9817f..124c74a 100644 --- a/c++/src/H5Exception.h +++ b/c++/src/H5Exception.h @@ -21,7 +21,7 @@ #ifndef H5_NO_NAMESPACE namespace H5 { #ifdef H5_NO_STD - namespace H5_std =; + namespace H5_std =::; #else namespace H5_std = std; #endif |