2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-30 20:02:11 +00:00
Files
gil/include
Mateusz Loskot fbd056baf0 Apply clang-tidy modernize-use-using to io (#195)
Run clang-tidy 7.0 with `-checks='-*,modernize-use-using' -fix`
against single TU with `#include <boost/gil/io/*.hpp>`.

Manually refactor numerous typedef-s
- where missed by modernize-use-using check, not uncommon
- in code snippets in comments

Outcome is that searching for lower-case whole word typedef
in all io/*.hpp should return no matches.
2018-12-17 00:48:58 +01:00
..