
19 Jun
2009
19 Jun
'09
2:47 p.m.
2009/6/19 Anteru <newsgroups@catchall.shelter13.net>:
I can't reproduce it. I put <boost/functional/hash/hash.hpp> into a precompiled header, and then I try
#include "precompiled.h"
#include <list> typedef list<int> foo;
int main () {}
which fails, as expected. What exactly did you try?
If you're using trunk, then it's been fixed (hopefully). If you're using a released version of boost then that doesn't include the change that caused this. The problem is still present in the release branch: http://svn.boost.org/svn/boost/branches/release/boost/functional/hash/detail... Or trunk from a few days ago. Daniel