aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/sys-error.ixx
blob: a77c94fc9aa7d3c62e8b930ceaa04d1b8c780c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : xsde/cxx/sys-error.ixx
// author    : Boris Kolpackov <boris@codesynthesis.com>
// 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)
    {
    }
  }
}