Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Algorithm/test/parser.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ BOOST_AUTO_TEST_CASE(test_forwardparser_header_and_trailer)
auto checkHeader = [](const typename FrameT::HeaderType& header) {
return header.identifier == 0xdeadbeef;
};
int trailerCheckCount = 0;
int trailerCheckCount = 0;
auto checkTrailer = [&trailerCheckCount](const typename FrameT::TrailerType& trailer) {
++trailerCheckCount;
return trailer.identifier == 0xaaffee00;
Expand Down