Hi,
i got the following gcc-error and hope you could help me to unterstand why:
instantiated from 'const XWCPC* FILE_FM::LOCALE ::fct_format(co nst xs_t*, xs_t*, FILE_FM::FB*, T, XWCP*) [with T = long double]'
[code=c]
template<class T>
const XWCPC *fct_format(XS_ CS ft, xs_t *buf, FB *o, T v, XWCP *r)
{ o->getFt(&ft);
int l = LOCALE::xsPrint f1(buf, ft, v);
...
return r;
};[/code]
i got the following gcc-error and hope you could help me to unterstand why:
instantiated from 'const XWCPC* FILE_FM::LOCALE ::fct_format(co nst xs_t*, xs_t*, FILE_FM::FB*, T, XWCP*) [with T = long double]'
[code=c]
template<class T>
const XWCPC *fct_format(XS_ CS ft, xs_t *buf, FB *o, T v, XWCP *r)
{ o->getFt(&ft);
int l = LOCALE::xsPrint f1(buf, ft, v);
...
return r;
};[/code]
Comment