mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[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.
This commit is contained in:
parent
d165e1d8e7
commit
2730ebaca0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user