
16 Oct
2005
16 Oct
'05
8:37 a.m.
Daniel James wrote:
John Maddock wrote:
To answer my own question, it looks like <limits> can be used for this, I'll update the config system to use this as well as <iosfwd> and then try and patch TR1 to make it work :-)
Sadly, it can't, g++-2.95 doesn't have a limits header. I think that <algorithm>, <numeric>, <stdexcept> or any of the containers would work.
I've tried running some of the headers through the preprocessor, <iterator> looks like the smallest (but still much larger than <iosfwd> & <utility>). Although, <string> might be a better choice, as it's more likely to be included elsewhere. Daniel