fix folly build on OSX with gcc 4.8
authorSean Cannella <seanc@fb.com>
Thu, 29 Aug 2013 16:16:54 +0000 (09:16 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 29 Aug 2013 16:54:26 +0000 (09:54 -0700)
commit879dfa05e550443698a3e9af7e0a86e6e1359ec0
tree5c27cfe35d836215e05061d0fa2c32cd99f97d1b
parentbae9c76c2a7f76355d2d31d8fb98718314bb6a82
fix folly build on OSX with gcc 4.8

Summary:
- gcc 4.8 + boost 1.53 do not like the Oxford comma in template
arguments

Test Plan: compiled on OSX with gcc 4.8 and boost 1.53

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D949373
folly/Synchronized.h