Iceman2005
Programmer
guys,,.... i am trying to port a windows code to linux.
i nailed it down to ONE last error i cant seem to fix,
because of this...nothing works.
the windows version had poart of the code that does this...
class ClassName : public std::_Ranit<_Ty, _D>
.....
but it does not compile in linux... gives me error with...
error: no class template named `_Ranit' in `std'
how do i fix it?
thanks,
iceman
i nailed it down to ONE last error i cant seem to fix,
because of this...nothing works.
the windows version had poart of the code that does this...
class ClassName : public std::_Ranit<_Ty, _D>
.....
but it does not compile in linux... gives me error with...
error: no class template named `_Ranit' in `std'
how do i fix it?
thanks,
iceman