Skip to content

Commit 78064b6

Browse files
wx257osn2Thejas-bhat
authored andcommitted
Update docs (C++11 -> C++17) (facebookresearch#2907)
Summary: following facebookresearch#2899 This PR doesn't affect the software behavior Pull Request resolved: facebookresearch#2907 Reviewed By: mdouze Differential Revision: D46720499 Pulled By: algoriddle fbshipit-source-id: 00b47baf526a94449e2b1c9ca5fcd4cf961f6f17
1 parent 907fa6e commit 78064b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ outlined on that page and do not file a public issue.
4444

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

4949
## License
5050

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ found to run on other platforms as well, see
7373
[other platforms](https://github.com/facebookresearch/faiss/wiki/Related-projects#bindings-to-other-languages-and-porting-to-other-platforms).
7474

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

0 commit comments

Comments
 (0)