mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
repositioned LCOV annotations
This commit is contained in:
@ -63,7 +63,8 @@ int main()
|
|||||||
m1=m2;
|
m1=m2;
|
||||||
}); // LCOV_EXCL_START
|
}); // LCOV_EXCL_START
|
||||||
});
|
});
|
||||||
}); // LCOV_EXCL_STOP
|
});
|
||||||
|
// LCOV_EXCL_STOP
|
||||||
|
|
||||||
detect_reentrancy([&] {
|
detect_reentrancy([&] {
|
||||||
m1.visit_all([&](value_type&) {
|
m1.visit_all([&](value_type&) {
|
||||||
@ -71,7 +72,8 @@ int main()
|
|||||||
m2=m1;
|
m2=m1;
|
||||||
}); // LCOV_EXCL_START
|
}); // LCOV_EXCL_START
|
||||||
});
|
});
|
||||||
}); // LCOV_EXCL_STOP
|
});
|
||||||
|
// LCOV_EXCL_STOP
|
||||||
|
|
||||||
return boost::report_errors();
|
return boost::report_errors();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user