beark / ftl

C++ template library for fans of functional programming
zlib License
991 stars 69 forks source link

Fix make_curried_n for clang 3.4. #12

Closed splinterofchaos closed 10 years ago

splinterofchaos commented 10 years ago

A simple fix to reduce recursive template instantiation, required for clang 3.4 which seems to have a lower max recursion depth.