nested_for_each(): fix version without value arguments
The version of nested_for_each() without boost::any arguments must be called for every type, not only the first. This means the wrapped action must return false, otherwise the compiler will omit the remaining calls.
Please register or sign in to comment