summaryrefslogtreecommitdiff
path: root/libxsd/xsd/cxx/tree/elements.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsd/xsd/cxx/tree/elements.ixx')
-rw-r--r--libxsd/xsd/cxx/tree/elements.ixx16
1 files changed, 16 insertions, 0 deletions
diff --git a/libxsd/xsd/cxx/tree/elements.ixx b/libxsd/xsd/cxx/tree/elements.ixx
index f1c4b3d..f86cbcc 100644
--- a/libxsd/xsd/cxx/tree/elements.ixx
+++ b/libxsd/xsd/cxx/tree/elements.ixx
@@ -9,6 +9,22 @@ namespace xsd
{
namespace tree
{
+ // type
+ //
+
+ inline _type::
+ _type ()
+ : container_ (0)
+ {
+ }
+
+ template <typename C>
+ inline _type::
+ _type (const C*)
+ : container_ (0)
+ {
+ }
+
// simple_type
//