$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Erik Charlebois (erikcharlebois_at_[hidden])
Date: 2005-06-12 17:38:59
Was trying to use boost::serialize on a stdext::hash_map (with VC++ 8)
and noticed that BOOST_HAS_HASH is not defined in the standard library
configuration header for dinkumware stl.
Is this a bug in boost?
In the meantime I'll just define it in my makefile.
Erik Charlebois