aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/cxx/hybrid/sequence.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/cxx/hybrid/sequence.hxx')
-rw-r--r--libxsde/xsde/cxx/hybrid/sequence.hxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/libxsde/xsde/cxx/hybrid/sequence.hxx b/libxsde/xsde/cxx/hybrid/sequence.hxx
index 3e43b6d..6d8f33b 100644
--- a/libxsde/xsde/cxx/hybrid/sequence.hxx
+++ b/libxsde/xsde/cxx/hybrid/sequence.hxx
@@ -110,6 +110,13 @@ namespace xsde
#endif
reserve (size_t);
+#ifndef XSDE_EXCEPTIONS
+ error
+#else
+ void
+#endif
+ assign (const T*, size_t);
+
void
swap (pod_seq&);
};
@@ -204,6 +211,13 @@ namespace xsde
#endif
reserve (size_t);
+#ifndef XSDE_EXCEPTIONS
+ error
+#else
+ void
+#endif
+ assign (const T*, size_t);
+
void
swap (fix_seq&);