Skip to content

Commit

Permalink
Update citations: VSO-1854243 (duplicate of upstream) => google/sanit…
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Feb 13, 2024
1 parent 2ece069 commit 14b9a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/std/tests/P0339R6_polymorphic_allocator/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void allocate_object_overflow_test() {

polymorphic_allocator<> alloc{};

#ifndef __SANITIZE_ADDRESS__ // TRANSITION, VSO-1854243
#ifndef __SANITIZE_ADDRESS__ // TRANSITION, google/sanitizers#295
try {
int* vp = alloc.allocate_object<int>(threshold);
alloc.deallocate_object(vp, threshold);
Expand Down

0 comments on commit 14b9a7f

Please sign in to comment.