Hi Christian,
the error Piergiorgio refers to is in rootcint generated code. The
shadow classes don't know about throw() yet.
Axel.
Christian Holm Christensen wrote:
> On Thu, 2006-02-23 at 12:25 +0100, Axel Naumann wrote:
>> Hi,
>>
>> this is a known limitation that we'll make vanish soon. Until then, use
>> ClassDef(RangeError,0), or hide RangeError from rootcint:
>>
>> #ifdef __MAKECINT__
>> class RangeError;
>> #else
>> class RangeError: public std::exception {
>> // the real class definition
>> ... };
>> #endif
This archive was generated by hypermail 2.2.0 : Mon Jan 01 2007 - 16:31:57 MET