Skip to content

Commit b4823de

Browse files
Add related links
1 parent e5be3f9 commit b4823de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/channel_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ TEST(ChannelTest, Transform)
399399
// Posibilities:
400400
// - I am doing something very wrong (see operator* in blocking_writer_iterator)
401401
// - MSVC has a bug
402+
// - https://github.com/ericniebler/range-v3/issues/1814
403+
// - https://github.com/ericniebler/range-v3/issues/1762
402404
// - Other compilers are more permissive
403405
#else
404406
std::transform(input_chan.begin(), input_chan.end(), msd::back_inserter(output_chan), double_value);

0 commit comments

Comments
 (0)