mirror of
https://github.com/boostorg/gil.git
synced 2026-02-22 15:32:10 +00:00
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.