You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs!: Announce plan to require C++17 after Boost 1.80 (#694)
For Boost 1.80 we have announced switch from C++11 to C++14
as an intermediate step:
#677
As we will be moving forward with refactoring and modernisations,
we are planning to switch to C++17 in (near) future Boost release:
#676
Copy file name to clipboardExpand all lines: RELEASES.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5
5
6
6
## [1.80.0] - 2022-08-10
7
7
8
+
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))
9
+
8
10
### Added
9
11
- Added `image` constructor from compatible view ([PR #520](https://github.com/boostorg/gil/pull/520))
10
12
- Added inverse function for affine `matrix3x2` ([PR #527](https://github.com/boostorg/gil/pull/527))
0 commit comments