summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/bug_1002.cpp
blob: 713018e42789ac542905182cf22550bdbabd68e1 (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>
{
};