From 02cd3b5453719d216fdd89f482ac7917a4d5a860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20J=C3=A4rvi?= Date: Thu, 14 Feb 2002 20:10:52 +0000 Subject: [PATCH] changed placeholder typedef names [SVN r12811] --- include/boost/lambda/detail/lambda_functors.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/boost/lambda/detail/lambda_functors.hpp b/include/boost/lambda/detail/lambda_functors.hpp index c9c9157..a3bfaf1 100644 --- a/include/boost/lambda/detail/lambda_functors.hpp +++ b/include/boost/lambda/detail/lambda_functors.hpp @@ -547,9 +547,9 @@ public: template class placeholder {}; -typedef const lambda_functor > free1_type; -typedef const lambda_functor > free2_type; -typedef const lambda_functor > free3_type; +typedef const lambda_functor > placeholder1_type; +typedef const lambda_functor > placeholder2_type; +typedef const lambda_functor > placeholder3_type; // free variables are lambda_functors. This is to allow uniform handling with // other lambda_functors.