Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.

This commit is contained in:
practicalswift
2020-05-10 18:35:55 +00:00
parent fb559c1170
commit cd34038cbd
25 changed files with 111 additions and 87 deletions

View File

@@ -16,7 +16,8 @@
#include <string>
#include <vector>
void initialize() {
void initialize()
{
static const ECCVerifyHandle verify_handle;
}