Skip to content

Commit 815d4e7

Browse files
Limits
1 parent d08a7c0 commit 815d4e7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ See [examples](https://github.com/andreiavrammsd/cpp-channel/tree/master/example
139139

140140
## Known limitations
141141

142-
* Integration with some [STD algorithms](https://github.com/andreiavrammsd/cpp-channel/blob/master/examples/merge_channels.cpp) does not compile with MSVC
142+
* In some cases, the integration with some STD algorithms does not compile with MSVC. See the [Transform test](https://github.com/andreiavrammsd/cpp-channel/blob/master/tests/channel_test.cpp).
143143

144144
<br>
145145

tests/channel_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ TEST(ChannelTest, Transform)
422422
EXPECT_EQ(nums, numbers);
423423
}
424424

425-
TEST(ChannelTest, TransformAndAccumulate)
425+
TEST(ChannelTest, FilterAndAccumulate)
426426
{
427427
msd::channel<int> input_chan{10};
428428
msd::channel<int> output_chan{10};

0 commit comments

Comments
 (0)