boostorg / iostreams

Boost.org iostreams module
http://boost.org/libs/iostreams
Boost Software License 1.0
43 stars 116 forks source link

Add definition of file_descriptor_source::open() #114

Open here-mikelley opened 4 years ago

here-mikelley commented 4 years ago

This commit adds the missing definition of the overload of file_descriptor_source::open() that accepts a boost::filesystem::path.

mclow commented 4 years ago

Tests?

codecov[bot] commented 4 years ago

Codecov Report

Merging #114 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #114   +/-   ##
========================================
  Coverage    68.84%   68.84%           
========================================
  Files           80       80           
  Lines         3444     3444           
  Branches      1027     1027           
========================================
  Hits          2371     2371           
  Misses         454      454           
  Partials       619      619           
Impacted Files Coverage Δ
include/boost/iostreams/device/file_descriptor.hpp 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 87d113c...0c8f2fd. Read the comment docs.