2
0
mirror of https://github.com/boostorg/lambda.git synced 2026-02-02 08:52:13 +00:00

name changes to get under 31 chars

[SVN r13763]
This commit is contained in:
Jaakko Järvi
2002-05-08 22:14:14 +00:00
parent 01031ccddd
commit 2942562072
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
// Boost Lambda Library - operator_lambda_functor_base.hpp -----------------
// Boost Lambda Library - operator_lambda_func_base.hpp -----------------
//
// Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
//
@@ -15,8 +15,8 @@
// ------------------------------------------------------------
#ifndef BOOST_LAMBDA_OPERATOR_LAMBDA_FUNCTOR_BASE_HPP
#define BOOST_LAMBDA_OPERATOR_LAMBDA_FUNCTOR_BASE_HPP
#ifndef BOOST_LAMBDA_OPERATOR_LAMBDA_FUNC_BASE_HPP
#define BOOST_LAMBDA_OPERATOR_LAMBDA_FUNC_BASE_HPP
namespace boost {
namespace lambda {

View File

@@ -24,7 +24,7 @@
#endif
#include "boost/lambda/detail/operator_actions.hpp"
#include "boost/lambda/detail/operator_lambda_functor_base.hpp"
#include "boost/lambda/detail/operator_lambda_func_base.hpp"
#include "boost/lambda/detail/operator_return_type_traits.hpp"