summaryrefslogtreecommitdiff
path: root/boost/compute/function.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/compute/function.hpp')
-rw-r--r--boost/compute/function.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/compute/function.hpp b/boost/compute/function.hpp
index e83f16808a..b0b893e948 100644
--- a/boost/compute/function.hpp
+++ b/boost/compute/function.hpp
@@ -215,7 +215,7 @@ public:
{
BOOST_STATIC_ASSERT_MSG(
arity == 3,
- "Non-ternary function invoked with two arguments"
+ "Non-ternary function invoked with three arguments"
);
return detail::invoked_function<result_type, boost::tuple<Arg1, Arg2, Arg3> >(