Dear Elias Fano Bit Vector: You do not require GCC
authorChristopher Dykes <cdykes@fb.com>
Fri, 24 Jun 2016 17:40:14 +0000 (10:40 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Fri, 24 Jun 2016 17:53:37 +0000 (10:53 -0700)
Summary: There is nothing directly in these that requires GCC.

Reviewed By: pixelb

Differential Revision: D3479392

fbshipit-source-id: 6b5ae0115cad666f29db6c7b123b9d1a1013e3b0

folly/experimental/BitVectorCoding.h
folly/experimental/EliasFanoCoding.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
index 80dbaee346c1f8456a8e4ac1eb33dbd0c6cb20c4..1acb3ecabb5f418b0e81b59b3e773af63f292ce2 100644 (file)
 #include <folly/experimental/Select64.h>
 #include <glog/logging.h>
 
-#ifndef __GNUC__
-#error EliasFanoCoding.h requires GCC
-#endif
-
 #if !FOLLY_X64
 #error EliasFanoCoding.h requires x86_64
 #endif