Commit 889f036
committed
Fix[mqbnet]: Remove extra
`bsl::allocate_shared` automatically forwards the allocator to the
constructor of the object it is building correctly. Passing the
allocator in addition causes a compiler error. This patch removes the
extra allocator from a UT.
Signed-off-by: Patrick M. Niedzielski <pniedzielski@bloomberg.net>alloc argument from UT1 parent 7b5356f commit 889f036
1 file changed
Lines changed: 1 addition & 2 deletions
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
| 178 | + | |
180 | 179 | | |
181 | 180 | | |
182 | 181 | | |
| |||
0 commit comments