We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe6d79 commit 6b5ed44Copy full SHA for 6b5ed44
1 file changed
Algorithm/test/parser.cxx
@@ -64,7 +64,7 @@ BOOST_AUTO_TEST_CASE(test_forwardparser_header_and_trailer)
64
auto checkHeader = [](const typename FrameT::HeaderType& header) {
65
return header.identifier == 0xdeadbeef;
66
};
67
-int trailerCheckCount = 0;
+ int trailerCheckCount = 0;
68
auto checkTrailer = [&trailerCheckCount](const typename FrameT::TrailerType& trailer) {
69
++trailerCheckCount;
70
return trailer.identifier == 0xaaffee00;
0 commit comments