[wpiutil] Upgrade to macOS 12 to remove concept shims (#5379)

The macOS deployment target has been upgraded from 10.15 to 11. Also, a
deprecation warning for sprintf() in libuv was suppressed.
This commit is contained in:
Tyler Veness
2023-06-08 19:59:54 -07:00
committed by GitHub
parent 6414be0e5d
commit 652d1c44e3
51 changed files with 86 additions and 119 deletions

View File

@@ -7,6 +7,7 @@
#include <jni.h>
#include <concepts>
#include <queue>
#include <span>
#include <string>
@@ -19,7 +20,6 @@
#include "wpi/SmallString.h"
#include "wpi/SmallVector.h"
#include "wpi/StringExtras.h"
#include "wpi/concepts.h"
#include "wpi/mutex.h"
#include "wpi/raw_ostream.h"