mirror of
https://github.com/boostorg/gil.git
synced 2026-02-19 14:32:10 +00:00
3947b798fb0289fa9edf746859edee02080e9d43
Copy boost::algorithm::clamp to where it was solely used in Toolbox. Remove typename where not needed thus not allowed: - fixes error: expected nested-name-specifier - GCC and clang issue diagnostics; latest MSVC does not, seems not even parsing templates until they are used.
Boost.GIL is a part of the Boost C++ Libraries.
The Boost Generic Image Library (GIL) is a C++ library that abstracts image representations from algorithms and allows writing code that can work on a variety of images with performance similar to hand-writing for a specific image type.
NOTE: The Boost Generic Image Library (GIL) requires C++11 compiler and its source code is currently being modernized.
Test results
| Branch | Travis (gcc/clang) | AppVeyor (VS2017) | CircleCI (gcc/clang) | Regression |
|---|---|---|---|---|
| develop | ![]() |
|||
| master | ![]() |
Description
Languages
C++
98.3%
CMake
1.6%
Shell
0.1%







