hdf5/c++
Binh-Minh Ribler 9e3178fedf [svn-r8269] Purpose:
Cleaning up warnings

Description:
    Many exception constructors have warnings about reference to temporary
    location because of the parameter initialization, for example,
    "const string& var = 0."

Solution:
    Changed "string&" parameters to pass by value for these constructors.
    Consequently, passing string by value also takes care of char pointers
    so the overloaded constructors for char pointers are then removed.
    Also, instead of setting Exception::detailMessage to null string, I
    set it to DEFAULT_MSG ("No detailed information provided") by default.

Platforms:
    SunOS 5.7 (arabica)
    Linux 2.4 (eirene)
    IA-64 (titan)
2004-03-21 21:56:59 -05:00
..
examples [svn-r7741] Purpose: 2003-10-26 13:54:07 -05:00
src [svn-r8269] Purpose: 2004-03-21 21:56:59 -05:00
test [svn-r8050] Purpose: 2004-01-10 09:37:02 -05:00
Makefile.in [svn-r7361] Description: 2003-08-13 23:58:29 -05:00