Skip to content

Commit

Permalink
Announce plan to require C++17 after Boost 1.80
Browse files Browse the repository at this point in the history
For Boost 1.80 we have announced switch from C++11 to C++14
as an intermediate step:
boostorg#677

As we will be moving forward with refactoring and modernisations,
we are planning to switch to C++17 in (near) future Boost release:
boostorg#676
  • Loading branch information
mloskot committed Jun 26, 2022
1 parent adddbec commit 96ff505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.80.0] - 2022-08-10

NOTICE: We are planning BREAKING switch to C++17 as minimum required C++ language version in one or two releases after Boost 1.80 ([Discussion #676](https://github.com/boostorg/gil/discussions/676))

### Added
- Added `image` constructor from compatible view ([PR #520](https://github.com/boostorg/gil/pull/520))
- Added inverse function for affine `matrix3x2` ([PR #527](https://github.com/boostorg/gil/pull/527))
Expand Down

0 comments on commit 96ff505

Please sign in to comment.