summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/cpp/34147-bug_1002.cpp
blob: 02b8539625914bcff29847697fe268b2e3edd5cf (plain)
1
2
3
4
5
6
7
8
template< class B1 = void, class B2 = void >
struct conjunction : bool_constant<B1::value1&&B2::value2>
{
};
template< class B1 = void, class B2 = void >
struct conjunction : bool_constant<B1::value1&&B2::value2>
{
};