Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2005-11-09 05:11:43


Bugs item #1352049, was opened at 2005-11-09 02:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1352049&group_id=7586

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: graph
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Jeremy Siek (jsiek)
Summary: EdgeListS = has_setS for adjacency_list does not work

Initial Comment:
hash_set header isn't in #include <hash_set> for every
compilers.
Example to include the correct header for gcc:

# if defined __cplusplus
# if defined __GNUC__ && __GNUC__ >= 3
# include <ext/hash_set>
# if __GNUC__ >= 4 || __GNUC_MINOR__ >= 2
namespace std {
  using ::__gnu_cxx::hash;
  using ::__gnu_cxx::hash_set;
}
# endif
# else
# include <hash_set>
# endif /* defined __GNUC__ and __GNUC__ == 3 */
# endif /* defined __cplusplus */

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=1352049&group_id=7586

-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


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