Dear Elias Fano Bit Vector: You do not require GCC
[folly.git] / folly / experimental / BitVectorCoding.h
index 874a5d271d09338417f880ff1b7b62f6b684f69b..836f137cf87f171f8395903d73555d10dbd813ac 100644 (file)
 #include <folly/experimental/Select64.h>
 #include <glog/logging.h>
 
-#ifndef __GNUC__
-#error BitVectorCoding.h requires GCC
-#endif
-
 #if !FOLLY_X64
 #error BitVectorCoding.h requires x86_64
 #endif