Skip to content

Commit

Permalink
bump gcc min version from gcc-7 to gcc-8
Browse files Browse the repository at this point in the history
Reviewed By: Gownta

Differential Revision: D55216950

fbshipit-source-id: 9cd627973127984df4f644664e62a6f155b786b1
  • Loading branch information
yfeldblum authored and facebook-github-bot committed Mar 31, 2024
1 parent ff659d3 commit 3e001b8
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__ >= 7, "__GNUC__ >= 7");
static_assert(__GNUC__ >= 8, "__GNUC__ >= 8");
#endif

#if defined(_MSC_VER) || defined(_CPPLIB_VER)
Expand Down

0 comments on commit 3e001b8

Please sign in to comment.