But not in the definition of value
template< class B1 = void, class B2 = void >
struct conjunction : foo< B1::value && B2::value >
{
static const bool value = B1::value && B2::value;
};
See conditional.cpp, conditional.cpp.uncrustify, conditional.debug in https://github.com/jlee975/uncrustify-tests
Using uncrustify v0.64_d 1f53888