forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit54ff1c3
committed
Don't rely on llvm::make_unique.
Bleeding-edge LLVM has stopped supplying replacements for variousC++14 library features, for people on older C++ versions. Since we'renot ready to require C++14 yet, just use plain old new instead ofmake_unique. As revealed by buildfarm animal seawasp.Back-patch to 11.Reviewed-by: Andres FreundDiscussion:https://postgr.es/m/CA%2BhUKGJWG7unNqmkxg7nC5o3o-0p2XP6co4r%3D9epqYMm8UY4Mw%40mail.gmail.com1 parent08e6882 commit54ff1c3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
177 |
| - | |
| 177 | + | |
178 | 178 |
| |
179 | 179 |
| |
180 | 180 |
| |
|
0 commit comments
Comments
(0)