fbcode: __x__-protect all __attribute__ keywords, mechanically
[folly.git] / folly / Arena.h
index 2b93aa344547fd658cb0a3477a3c3d7c826498ef..e08ca06454c323722a6f714068e85cb8cd7e9705 100644 (file)
@@ -149,7 +149,7 @@ class Arena {
    private:
     Block() { }
     ~Block() { }
-  } __attribute__((aligned));
+  } __attribute__((__aligned__));
   // This should be alignas(std::max_align_t) but neither alignas nor
   // max_align_t are supported by gcc 4.6.2.