$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [System]
From: Geoff Shannon (geoffpshannon_at_[hidden])
Date: 2013-08-12 03:51:46
Hey all,
I've been looking over the Boost System library with an eye to making use
of the system error codes functionality. Specifically, I want to use it to
turn error codes returned by unix system calls like socket, accept, listen
etc. into thrown exceptions.
However, from the documentation I can't understand how I'm supposed to do
this. Anybody know, or have good clear example code to share?
Thanks,
-- Geoff
Nothing is ever easy.