2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-27 05:02:19 +00:00
Files
gil/io
Mateusz Łoskot 12e68d4d2c Tidy up uses of Boost.Filesystem in IO (#226)
Remove unused #include-s and leave io/test/paths.hpp as sole
place of #include <boost/filesystem.hpp> for IO tests.
Silence annoying -Wconversion or -Wshorten-64-to-32 warning
from Boost.SmartPtr via Boost.Filesystem:
  conversion to 'std::atomic<int>::__integral_type {aka int}'
    from 'long int' may alter its value
2019-01-27 22:11:03 +00:00
..