mirror of
https://github.com/boostorg/gil.git
synced 2026-02-22 03:22:15 +00:00
The problem appears to be due to the same definitions copied from one part of the library to the other. The definitions have been shuffled to fix the compilation, but purely based on searching the code for what is used where, thus without confidence where those belong by author's intention. Fixes #183