Ignore:
Timestamp:
Dec 18, 2006, 1:47:44 AM (16 years ago)
Author:
Jari Häkkinen
Message:

Addresses #65 and #170.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/stl_utility.h

    r687 r703  
    120120
    121121  ///
    122   /// Function converting a string to lower case
     122  /// @brief Function converting a string to lower case
    123123  ///
    124124  inline void to_lower(std::string& s) {
     
    127127
    128128  ///
    129   /// Function converting a string to upper case
     129  /// @brief Function converting a string to upper case
    130130  ///
    131131  inline void to_upper(std::string& s) {
Note: See TracChangeset for help on using the changeset viewer.