Commit 73e35f02 authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot 3

Dear Elias Fano Bit Vector: You do not require GCC

Summary: There is nothing directly in these that requires GCC.

Reviewed By: pixelb

Differential Revision: D3479392

fbshipit-source-id: 6b5ae0115cad666f29db6c7b123b9d1a1013e3b0
parent 0cc632cd
......@@ -29,10 +29,6 @@
#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
......
......@@ -36,10 +36,6 @@
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment