0

I can't seem to find boost::lambda::ll for a nested ll::for_each() invocations in any header file in the boost_1_39_0 distribution. Could someone point me to the right direction? Thanks.

manlio
  • 18,345
  • 14
  • 76
  • 126
SYK
  • 644
  • 6
  • 17

1 Answers1

0

boost_1_39_0/boost/lambda/algorithm.hpp

first structure defined there is boost::lambda::ll::for_each

Nikola Smiljanić
  • 26,745
  • 6
  • 48
  • 60