$include_dir="/home/hyper-archives/proto/include"; include("$include_dir/msg-header.inc") ?>
Subject: [proto] Difference between BOOST_PROTO_ASSERT_MATCHES(expr, grammar) and BOOST_MPL_ASSERT(proto::matches<Expr, Grammar>)
From: Thomas Heller (thom.heller_at_[hidden])
Date: 2010-08-18 11:54:29
Hi all,
I just noticed that Eric wrote BOOST_MPL_ASSERT(proto::matches<Expr,
Grammar>) in one of his latest posts here on the list (see thread about
boost::parameters).
So I wonder, where is the fundamental difference between
BOOST_PROTO_ASSERT_MATCHES and the BOOS_MPL_ASSERT expression.
Cheers,
Thomas