From 2730ebaca09b08086a843462aa2eaa7b0d2ec05c Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Sun, 2 Apr 2006 10:33:01 -0500 Subject: [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. --- c++/src/H5Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12