summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/Boost/src/boost/phoenix/core/nothing.hpp')
-rw-r--r--3rdParty/Boost/src/boost/phoenix/core/nothing.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/3rdParty/Boost/src/boost/phoenix/core/nothing.hpp b/3rdParty/Boost/src/boost/phoenix/core/nothing.hpp
index c63c43a..ecf2a6f 100644
--- a/3rdParty/Boost/src/boost/phoenix/core/nothing.hpp
+++ b/3rdParty/Boost/src/boost/phoenix/core/nothing.hpp
@@ -45,7 +45,6 @@ namespace boost { namespace phoenix
struct custom_terminal<detail::nothing, Dummy>
{
typedef void result_type;
-
template <typename Context>
void operator()(detail::nothing, Context &) const
{