|
|
| version 1.115.2.12.2.25, 2003/04/08 12:47:31 | version 1.115.2.12.2.26, 2003/04/08 13:58:30 |
|---|---|
| Line 209 String& String::append_to(String& dest, | Line 209 String& String::append_to(String& dest, |
| } | } |
| } | } |
| #ifndef NDEBUG | ASSERT_STRING_INVARIANT(dest); |
| dest.invariant(); | |
| #endif | |
| return dest; | return dest; |
| } | } |