mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
b4d268e9e1
Now that we've moved to C++14, we no longer need the llvm::make_unique implementation from STLExtras.h. This patch is a mechanical replacement of (hopefully) all the llvm::make_unique instances in the swift repo.
3 lines
43 B
C
3 lines
43 B
C
int includedFunc(int a);
|
|
int MY_CONST = 2;
|