We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83039f commit fb5762dCopy full SHA for fb5762d
libstdc++-v3/include/std/contracts
@@ -120,13 +120,13 @@ namespace contracts
120
contract_violation(evaluation_semantic __semantic,
121
const std::source_location &__location,
122
const char* __comment):
123
- _M_version(0),
124
- _M_ext(nullptr),
125
- _M_comment(__comment),
126
- _M_detection_mode(detection_mode::unspecified),
127
- _M_assertion_kind(assertion_kind::manual),
128
- _M_source_location(__location),
129
- _M_evaluation_semantic(__semantic)
+ _M_version(0),
+ _M_ext(nullptr),
+ _M_comment(__comment),
+ _M_detection_mode(detection_mode::unspecified),
+ _M_assertion_kind(assertion_kind::manual),
+ _M_source_location(__location),
+ _M_evaluation_semantic(__semantic)
130
{
131
132
}
0 commit comments