Closed GoogleCodeExporter closed 9 years ago
Thanks for your report. Commas in macro parameters are general problem in
C/C++.
The suggested solutions are to either take the parameter inside the parentheses
or to
alias the parameter somehow to remove the comma from the call site. See
http://www.google.com/search?sourceid=chrome&ie=UTF-
8&q=c%2B%2B+commas+in+macro+parameters for examples.
Inside Google Test, there is little we can do to fix this. :-(
Original comment by vladlosev
on 12 Nov 2009 at 6:47
Original issue reported on code.google.com by
khr...@gmail.com
on 9 Nov 2009 at 1:26