Boost logo

Boost Users :

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&)’


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