Improve modulo operator test

This commit is contained in:
Oliver Hamlet
2016-03-24 11:33:24 +00:00
parent 23e60b4f52
commit 96ca64acb7
+1 -1
View File
@@ -68,7 +68,7 @@
#include <boost/log/core.hpp>
TEST(ModuloOperator, Cpp11Conformance) {
TEST(ModuloOperator, shouldConformToTheCpp11Standard) {
// C++11 defines the modulo operator more strongly
// (only x % 0 is left undefined), whereas C++03
// only defined the operator for positive first operand.