[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:
Binh-Minh Ribler 2006-04-02 10:33:01 -05:00
parent d165e1d8e7
commit 2730ebaca0

View File

@ -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