[svn-r12180] Purpose: Maintenance
Description:
Added alias H5_std so either the global or std namespace can be
used, depending on H5_NO_STD.
Platforms tested:
Linux 2.4 (heping)
SunOS 5.8 64-bit (sol)
AIX 5.1 (copper)
This commit is contained in:
@@ -57,7 +57,7 @@ class H5_DLLCPP FileCreatPropList : public PropList {
|
||||
void setIstorek( unsigned ik ) const;
|
||||
|
||||
// Returns this class name
|
||||
virtual string fromClass () const { return("FileCreatPropList"); }
|
||||
virtual H5_std::string fromClass () const { return("FileCreatPropList"); }
|
||||
|
||||
// Creates a file create property list.
|
||||
FileCreatPropList();
|
||||
|
||||
Reference in New Issue
Block a user