
9 Sep
2005
9 Sep
'05
6:14 p.m.
Markus Schöpflin wrote:
Jonathan Turkanis wrote:
Markus Schöpflin wrote:
What happened to the iostreams library? It worked fine for those compilers in 1.33.0 as can be seen on http://tinyurl.com/76dqz, but now most tests fail with the following error message:
I've committed a fix.
Thanks a lot. Is this a comiler bug? Because I would like to submit it to the compiler vendor, if I can create a small reproducer.
As Thorsten pointed out, it's a two phase lookup thing, not a bug. I've committed a cleaner fix using BOOST_NESTED_TEMPLATE. If it doesn't work, I'll restore my first fix.
Markus
Jonathan