From 52b78417f37665f24ff23fe2425ba99d2800bdee Mon Sep 17 00:00:00 2001 From: Kyle Lutz Date: Sat, 30 Apr 2016 09:47:04 -0700 Subject: [PATCH] Fix static assert message in boost::compute::function --- include/boost/compute/function.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/compute/function.hpp b/include/boost/compute/function.hpp index e83f1680..b0b893e9 100644 --- a/include/boost/compute/function.hpp +++ b/include/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 >(