Skip to content

Commit

Permalink
require g++ >= 10
Browse files Browse the repository at this point in the history
Reviewed By: Gownta

Differential Revision: D58693666

fbshipit-source-id: 8c46c2c300fbb7734736c14fc0398d1ed3f03b89
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Jun 19, 2024
1 parent 12f1057 commit 2c1c617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion folly/Portability.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
static_assert(FOLLY_CPLUSPLUS >= 201703L, "__cplusplus >= 201703L");

#if defined(__GNUC__) && !defined(__clang__)
static_assert(__GNUC__ >= 8, "__GNUC__ >= 8");
static_assert(__GNUC__ >= 10, "__GNUC__ >= 10");
#endif

#if defined(_MSC_VER)
Expand Down

0 comments on commit 2c1c617

Please sign in to comment.