summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/34146-bug_1002.cpp
blob: 0d72c80a752a42fe6839a26ee370e45cc4c76175 (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>
{
};