From 879dfa05e550443698a3e9af7e0a86e6e1359ec0 Mon Sep 17 00:00:00 2001 From: Sean Cannella Date: Thu, 29 Aug 2013 09:16:54 -0700 Subject: [PATCH] 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/folly/Synchronized.h b/folly/Synchronized.h index d632a772..b5a3c5ba 100644 --- a/folly/Synchronized.h +++ b/folly/Synchronized.h @@ -48,9 +48,9 @@ template struct HasLockUnlock { enum { value = IsOneOf::value }; -- 2.34.1