Skip to content

Commit

Permalink
Doc: Update doc references to C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaston committed Jan 20, 2023
1 parent 15a0391 commit 08ea625
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Prerequisites

GEOS has no external library dependencies and can be built with any C++11
GEOS has no external library dependencies and can be built with any C++14
compiler.

### Unix
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
xxxx-xx-xx

- New things:
- C++14 is now required.
- Polygonal coverage operations: CoverageValidator, CoveragePolygonValidator,
CoverageGapFinder, CoverageUnion (JTS-900, Martin Davis & Paul Ramsey)
- Support reading and writing M values through WKB and WKT readers/writers
Expand Down
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To build a C++ API program, you must pass a define indicating you're OK with the

```
c++ -I/usr/local/include -v \
-std=c++11 \
-std=c++14 \
-D USE_UNSTABLE_GEOS_CPP_API \
cpp_read.cpp \
-o cpp_read \
Expand Down
2 changes: 1 addition & 1 deletion web/content/usage/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ All *future* **Final Release** dates are subject to change.
### Build Requirements

* [CMake](https://cmake.org/download/) 3.13 or later.
* C++11 compiler. We regularly test GCC, Clang and Microsoft Visual C++.
* C++14 compiler. We regularly test GCC, Clang and Microsoft Visual C++.
* [Doxygen](https://www.doxygen.nl/) to build the API documentation.

### Build
Expand Down

0 comments on commit 08ea625

Please sign in to comment.