Commit 49f81f2
migrate remaining std::aligned_storage_t usage in DistributedMutex
Summary: Migrates `std::aligned_storage_t<48, 8>` to `folly::aligned_storage_t<48, 8>` in `CoalescedTask::storage_` in `DistributedMutex-inl.h`.
Reviewed By: ilvokhin
Differential Revision: D94614056
fbshipit-source-id: 07e1bfd9aabd41b9e170a912c883d918194b65201 parent 44c6391 commit 49f81f2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments