On 2012-07-18 20:43, Walter Bright wrote:
On 7/18/2012 4:59 AM, Jacob Carlborg wrote:
Does that mean that this C++ declaration:

void foo (...);

Not allowed in C or C++.

When compiling in C++ mode, both Clang and GCC accepts this.

Is the same as this C declaration?

void foo ();

That is void foo(void) in C++.

--
/Jacob Carlborg


Reply via email to