Skip to content

Commit 12cab94

Browse files
committed
test_accumulated.cc: clang++ requires another 'template'
1 parent 560f800 commit 12cab94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_accumulated.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ template<typename T_signal>
8383
void
8484
test_mean()
8585
{
86-
typename T_signal::accumulated<arithmetic_mean_accumulator> sig;
86+
typename T_signal::template accumulated<arithmetic_mean_accumulator> sig;
8787

8888
A a;
8989
sig.connect(sigc::ptr_fun(&foo));

0 commit comments

Comments
 (0)