aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/schema-error.ixx
blob: d61051198412b3da5a2b9b2a27a25cf1c8be96b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// file      : xsde/cxx/schema-error.ixx
// copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC
// license   : GNU GPL v2 + exceptions; see accompanying LICENSE file

namespace xsde
{
  namespace cxx
  {
    inline schema_error::
    schema_error (value v)
        : v_ (v)
    {
    }
  }
}