$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::get_error_info not found!?
From: Germán Diago (germandiago_at_[hidden])
Date: 2011-05-13 05:17:36
namespace ExceptionTags {
struct ErrorCodeTag {};
}
> please attach the error message the compiler produces. Also, what's the
> definition of ErrorCodeInfo, because I can't see it.
>
> wbr,
> Adam Romanek
Sorry, I forgot it to include it. Here you are.
namespace ExceptionTags {
struct ErrorCodeTag {};
}
typedef boost::error_info<ExceptionTags::ErrorCodeTag, ErrorCode> ErrorCodeInfo;
CabConsoleClient.cpp:188: error: no matching function for call to
get_error_info(boost::exception&)