
6 May
2010
6 May
'10
2:24 a.m.
I have been looking to which Boost libraries provide an interface that "spoils" usual C++ function declaration using macros. So far I found that both Boost.ConceptCheck and Boost.Parameter replace usual C++ function declaration using macros (see sample code below).
Do you know of any other Boost library that "spoils" usual C++ function declaration?
You might say that enable_if "spoils" function declarations. It can be intrusive, but it's not a macro. Andrew Sutton andrew.n.sutton@gmail.com