Boost logo

Boost :

Subject: Re: [boost] [hash][msvc 8.0]<boost/functional/hash/detail/float_functions.hpp> issuing a using namespace std directive?
From: Daniel James (daniel_james_at_[hidden])
Date: 2009-06-19 10:47:38


2009/6/19 Anteru <newsgroups_at_[hidden]>:

> 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/float_functions.hpp

Or trunk from a few days ago.

Daniel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk