Skip to content

Commit a83039f

Browse files
committed
further review comments
1 parent 82e3160 commit a83039f

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

libstdc++-v3/include/std/contracts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,13 @@ namespace contracts
120120
contract_violation(evaluation_semantic __semantic,
121121
const std::source_location &__location,
122122
const char* __comment):
123-
_M_comment(__comment),
124-
_M_detection_mode(detection_mode::unspecified),
125-
_M_assertion_kind(assertion_kind::manual),
126-
_M_source_location(__location),
127-
_M_evaluation_semantic(__semantic)
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)
128130
{
129131

130132
}

0 commit comments

Comments
 (0)