#include #include int main() { boost::contract::type c = boost::contract::free_function() .precondition([&] {}) .precondition([&] {}) ; return 0; }