Skip to content

Commit

Permalink
docs!: announce switch from C++11 to C++14 with Boost 1.80 (#677)
Browse files Browse the repository at this point in the history
See #676
for the discussion to move to a newer standard.

[ci skip]
  • Loading branch information
striezel authored May 24, 2022
1 parent 4ad824e commit dcae92f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Added `for_each_pixel` overload for `any_image` ([PR #648](https://github.com/boostorg/gil/pull/648))

### Changed
- BREAKING: The required minimum C++ version is changed from from C++11 to C++14.
Currently, large parts of GIL still compile with a C++11 compiler. However,
there is no guarantee that it stays that way, and any compilers that do not
support at least C++14 are considered unsupported as of now.
- documentation: Display that GIL is a header-only library
- Moved numeric extension to core ([PR #573](https://github.com/boostorg/gil/pull/573))
- Added support for C++17's `<filesystem>` ([PR #636](https://github.com/boostorg/gil/pull/636)).
Expand Down

0 comments on commit dcae92f

Please sign in to comment.