
5 May
2005
5 May
'05
4:25 p.m.
Jason Hise wrote:
The previous line makes me worry that CRTP will not work on your compiler. CRTP is a major foundation for the library, so if it doesn't work it may not be possible to find a work around. Does the following compile?
For the most part, Borland can handle CRTP. For example, the iterator library uses CRTP and works, for the most part, on Borland. Borland is very fussy, though, so you shouldn't be surprised if the library doesn't work out of the box. Jonathan