Skip to content

Commit

Permalink
adapt changes from io_tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bebuch committed Nov 22, 2018
1 parent 2e62505 commit 40d0150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform_bitmap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ namespace disposer_module::transform_bitmap{
std::string_view data,
auto const type
){
using io_tools::std_array::operator>>;
using io_tools::io_std_array::operator>>;
std::istringstream is((std::string(data)));
typename decltype(type)::type result;
is >> result;
Expand Down

0 comments on commit 40d0150

Please sign in to comment.