boostorg / foreach

Boost.org foreach module
http://boost.org/libs/foreach
9 stars 36 forks source link

Foreach uses makes undocumented assumptions about type traits types #3

Closed jzmaddock closed 9 years ago

jzmaddock commented 9 years ago

Exposed by ongoing type traits rewrite / simplification: there is no documented inheritance from an mpl type to a type traits type. This is probably the simplest fix for the problem.

ericniebler commented 9 years ago

Thanks!

ericniebler commented 9 years ago

@jzmaddock I just tried merging this to master (locally), and it caused failures. Am I right in holding this change back for the upcoming release?

ericniebler commented 9 years ago

Nevermind. I was testing the wrong thing. This has been merged to master.