Use standard variadic macros instead of gcc-specific ones
authorAndrei Alexandrescu <aalexandre@fb.com>
Sat, 15 Feb 2014 01:41:14 +0000 (17:41 -0800)
committerDave Watson <davejwatson@fb.com>
Fri, 21 Feb 2014 21:40:49 +0000 (13:40 -0800)
commit23bddf528ca318437b5345d4fc9648a91ae9572b
treedc07523f9398be9a675e682f46156bfbcd6a36b5
parent02747b6d336ec11a57f713bfd372c8c4d8cb5ef4
Use standard variadic macros instead of gcc-specific ones

Summary: We've intentionally eliminated support for gcc's old variadic macro syntax so as to bring our close in line with compatbile standards. This diff enables folly to build using warp.

Test Plan: built folly

Reviewed By: delong.j@fb.com

FB internal diff: D1176956
folly/test/MPMCQueueTest.cpp