commit | 9cb0478662a7c988146fff0d868bba2839ea80f2 | [log] [tgz] |
---|---|---|
author | Nicolas Catania <[email protected]> | Tue Jun 09 21:39:49 2009 -0700 |
committer | Nicolas Catania <[email protected]> | Tue Jun 16 10:05:58 2009 -0700 |
tree | e03f64ca35e6dbe4f3588f6678e7dc9c958b663f | |
parent | 2a4077a9186d6f6dff104bbd1a73484aae6d5c01 [diff] |
Added missing substr() method needed by gtest. Collapsed 3 copy constructors into one with default values for the pos and n values. string(const string&, size_t pos=0, size_t n=npos) Extra test for substr and the copy constructor.