// file : xsde/cxx/sys-error.ixx // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file namespace xsde { namespace cxx { inline sys_error:: sys_error (value v) : v_ (v) { } } }