Skip to content

Commit

Permalink
Folly is a C++14 library
Browse files Browse the repository at this point in the history
Summary:
There are quite a few things in Folly that are not compatible with C++11.

Closes: facebook#851

Reviewed By: yfeldblum

Differential Revision: D8179239

fbshipit-source-id: b4ce23b98311a7c5ac15c3b7c9787f568535c950
  • Loading branch information
Orvid authored and facebook-github-bot committed May 28, 2018
1 parent 242ddb1 commit a51a28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Folly: Facebook Open-source Library
### What is `folly`?

Folly (acronymed loosely after Facebook Open Source Library) is a
library of C++11 components designed with practicality and efficiency
library of C++14 components designed with practicality and efficiency
in mind. **Folly contains a variety of core library components used extensively
at Facebook**. In particular, it's often a dependency of Facebook's other
open source C++ efforts and place where those projects can share code.
Expand Down

0 comments on commit a51a28c

Please sign in to comment.