Boost logo

Boost Users :

Subject: Re: [Boost-users] [graph] hash_setS
From: Andrew Sutton (andrew.n.sutton_at_[hidden])
Date: 2009-04-20 08:36:39


>
> How to use hash_setS in adjacent_list?
> If I define BOOST_HAS_HASH the compiler will generate
> "error C2977: 'stdext::hash_set' : too many template arguments".
>

Unfortunately, MS and SGI/GCC disagree on the definition of ext/hash_set.
The SGI implementation takes 4 parameters, MS appears to take 3. Eventually,
I plan to migrated to tr1::unordered_set, so this shouldn't be a problem.

Andrew Sutton
andrew.n.sutton_at_[hidden]



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net