$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Arvid Norberg (arvid_at_[hidden])
Date: 2008-07-17 19:39:46
The boost.system documentation mentions a value_type typedef in
boost::system::error_code several times in:
http://www.boost.org/doc/libs/1_35_0/libs/system/doc/reference.html#Class-error_code
In ther header file there is no such typedef, just an int is used.
I've filed a ticket here: http://svn.boost.org/trac/boost/ticket/2125
-- Arvid Norberg