aboutsummaryrefslogtreecommitdiff
path: root/cutl/meta/answer.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-09-06 12:52:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-09-06 12:52:53 +0200
commitcb9ea47e7825b5073d4d645afb94f6326cb7cf4d (patch)
tree201c215b08df918924153a60520046c294438a6b /cutl/meta/answer.hxx
Start the libcutl repository
Diffstat (limited to 'cutl/meta/answer.hxx')
-rw-r--r--cutl/meta/answer.hxx25
1 files changed, 25 insertions, 0 deletions
diff --git a/cutl/meta/answer.hxx b/cutl/meta/answer.hxx
new file mode 100644
index 0000000..f476dd7
--- /dev/null
+++ b/cutl/meta/answer.hxx
@@ -0,0 +1,25 @@
+// file : cutl/meta/answer.hxx
+// author : Boris Kolpackov <boris@codesynthesis.com>
+// copyright : Copyright (c) 2009 Code Synthesis Tools CC
+// license : MIT; see accompanying LICENSE file
+
+#ifndef CUTL_META_ANSWER_HXX
+#define CUTL_META_ANSWER_HXX
+
+namespace cutl
+{
+ namespace meta
+ {
+ struct yes
+ {
+ char filling;
+ };
+
+ struct no
+ {
+ char filling[2];
+ };
+ }
+}
+
+#endif // CUTL_META_ANSWER_HXX