#270 Given the following in C++

template <typename T>
void f(T);

void g() {
f<int>(1);
f<void>(); // Well-formed? f now takes zero arguments?
}

Without checking:

A. Yes
B. No
C. Show results

#Cplusplus
#Cpppolls

A
36.6%
B
56.1%
C
7.3%
Poll ended at .
@shafik why put A B C when you could just put the options on the poll?
@finnbar_m It is the way I always did it since twitter days but maybe I can start doing that if I remember next time I post one.
@shafik As usual when I don't know for sure I'm going to vote for what I hope the answer is
@shafik Voted based on the principle of greatest astonishment…