aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/schema-error.ixx
blob: c6978690c4a89ca5f22ecc5a2e2867a86c631408 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// file      : xsde/cxx/schema-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 schema_error::
    schema_error (value v)
        : v_ (v)
    {
    }
  }
}