| Commit | Date | |
|---|---|---|
|
[r238]
by
andy_rushton
Put bodies of operator<< in stlplus namespace - should have been there all along, caught by Borland compiler, other compilers seem to have fixed this silently |
2009-05-26 18:59:39 | Tree |
| 2009-05-26 18:58:12 | Tree | |
| 2009-05-26 18:57:37 | Tree | |
| 2009-05-26 18:56:38 | Tree | |
|
[r234]
by
andy_rushton
Borland compiler could not cope with using derived class on template function requiring base class - so expanded print-to_string for all three variants |
2009-05-26 18:55:41 | Tree |
| 2009-05-26 18:54:38 | Tree | |
|
[r232]
by
andy_rushton
Ported to the Borland compiler - does not support typename keyword and has limited support for where in the syntax typenames can be used - only declaration specs, not expressions |
2009-05-26 18:53:37 | Tree |
| 2009-05-26 18:52:01 | Tree | |
| 2009-05-26 18:49:25 | Tree | |
|
[r229]
by
andy_rushton
Ported to Borland compiler - string interpreted as null-terminated which is wrong; should be able to contain nulls so I had to write my own copy routine - also Borland implements archaic convention that initialising with "= *this" takes over memory management, so replaced all instances |
2009-05-26 18:48:33 | Tree |