Skip to content

Commit

Permalink
Update bmqt_uri.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Evgeny Malygin <[email protected]>
  • Loading branch information
678098 authored Mar 22, 2024
1 parent 8d4eb6d commit 8194f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/groups/bmq/bmqt/bmqt_uri.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ void UriParser::initialize(bslma::Allocator* allocator)
// conditional check below because the post-increment of an int does
// not work correctly with versions of IBM xlc12 released following
// the 'Dec 2015 PTF'.
BSLS_ASSERT(s_initialized < bsl::numeric_limits<bsls::Types::Int64>::max());
++s_initialized;
BSLS_ASSERT(s_initialized > 0);
if (s_initialized > 1) {
return; // RETURN
}
Expand Down

0 comments on commit 8194f53

Please sign in to comment.