Project

General

Profile

Bug #1321 ยป wstring-documentation-patch.diff

Jake Petroules, 06/09/2012 02:55 AM

View differences:

src/Wt/WString
/*! \brief Comparison operator
*
* Compares to strings and returns \c true if the strings are exactly
* Compares two strings and returns \c true if the strings are exactly
* the same. This may require evaluating a localized string in the
* current locale.
*/
......
/*! \brief Comparison operator
*
* Compares to strings and returns \c true if the strings are exactly
* Compares two strings and returns \c true if the strings are not exactly
* the same. This may require evaluating a localized string in the
* current locale.
*/
    (1-1/1)