From cb9ea47e7825b5073d4d645afb94f6326cb7cf4d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 6 Sep 2009 12:52:53 +0200 Subject: Start the libcutl repository --- cutl/meta/answer.hxx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cutl/meta/answer.hxx (limited to 'cutl/meta/answer.hxx') 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 +// 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 -- cgit v1.1