Go to the documentation of this file.00001 #pragma once
00002
00003 #include <boost/mpl/bool.hpp>
00004
00005 namespace metaSMT {
00006 namespace features {
00007
00014 template <typename Context, typename Feature>
00015 struct supports : boost::mpl::false_ {};
00016
00017 }
00018 }