
9 Jan
2006
9 Jan
'06
10:59 a.m.
Jonathan Turkanis wrote:
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.
Just as a note, this fix seems to be missing from HEAD. It probably escaped merging from the 1.33 branch. Markus