Skip to content

Commit

Permalink
Update docs (C++11 -> C++17) (#2907)
Browse files Browse the repository at this point in the history
Summary:
following #2899

This PR doesn't affect the software behavior

Pull Request resolved: #2907

Reviewed By: mdouze

Differential Revision: D46720499

Pulled By: algoriddle

fbshipit-source-id: 00b47baf526a94449e2b1c9ca5fcd4cf961f6f17
  • Loading branch information
wx257osn2 authored and facebook-github-bot committed Jun 14, 2023
1 parent 6951466 commit d8a6350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ outlined on that page and do not file a public issue.

* 4 or 2 spaces for indentation in C++ (no tabs)
* 80 character line length (both for C++ and Python)
* C++ language level: C++11
* C++ language level: C++17

## License

Expand Down
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ found to run on other platforms as well, see
[other platforms](https://github.com/facebookresearch/faiss/wiki/Related-projects#bindings-to-other-languages-and-porting-to-other-platforms).

The basic requirements are:
- a C++11 compiler (with support for OpenMP support version 2 or higher),
- a C++17 compiler (with support for OpenMP support version 2 or higher),
- a BLAS implementation (we strongly recommend using Intel MKL for best
performance).

Expand Down

0 comments on commit d8a6350

Please sign in to comment.