mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
This commit is contained in:
parent
fb559c1170
commit
cd34038cbd
25 changed files with 111 additions and 87 deletions
|
|
@ -16,7 +16,8 @@
|
|||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
void initialize() {
|
||||
void initialize()
|
||||
{
|
||||
static const ECCVerifyHandle verify_handle;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue