Boost logo

Boost :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2001-03-08 09:49:57


I've got named template parameters with backward compatibility working for
iterator_adaptor with VC++, g++, and KAI C++, but have run into a snag
with Borland. It seems that the basic nested template recursion technique
fails to compile:

template <class A, class B>
struct builder {

  template <class X>
  struct foo_type : public builder<X, B> { };

};

Any suggestions from you Borland experts would be appreciated :)

Cheers,
Jeremy

----------------------------------------------------------------------
 Jeremy Siek www: http://www.lsc.nd.edu/~jsiek/
 Ph.D. Candidate email: jsiek_at_[hidden]
 Univ. of Notre Dame work phone: (219) 631-3906
----------------------------------------------------------------------


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk