Subject: Re: [Boost-users] What does sys_err = 3 mean? or where can I findout?
From: Andrew Bond (andrew.bond_at_[hidden])
Date: 2009-02-04 05:37:56


Eric

>> The error_code object has a message() member
>> http://www.boost.org/doc/libs/1_37_0/libs/system/doc/reference.html#Class-error_code

Thanks - that has solved my problem (and allowed me to track down my bug -
double thanks).

Andrew