Skip to content

Commit

Permalink
feat formats: do not ask for strict match in FastPimpl as new JSON ha…
Browse files Browse the repository at this point in the history
…s smaller size

Refs: #107
Tests: протестировано CI
Relates: TAXICOMMON-5621
  • Loading branch information
apolukhin committed Aug 31, 2022
1 parent 00ac024 commit da10e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class MutableValueWrapper {
.ForLibStdCpp64(88)
.ForLibStdCpp32(52);
static constexpr std::size_t kAlignment = alignof(void*);
utils::FastPimpl<Impl, kSize, kAlignment, utils::kStrictMatch> impl_;
utils::FastPimpl<Impl, kSize, kAlignment> impl_;
};

} // namespace formats::json::impl
Expand Down

0 comments on commit da10e00

Please sign in to comment.