Merge pull request #4371

55c7cd14 Adding expect<T> - a value-or-error implementation (Lee Clagett)
This commit is contained in:
Riccardo Spagni 2018-09-21 20:31:47 +02:00
commit a059bcd74e
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
7 changed files with 1564 additions and 0 deletions

View file

@ -47,6 +47,7 @@ set(unit_tests_sources
epee_boosted_tcp_server.cpp
epee_levin_protocol_handler_async.cpp
epee_utils.cpp
expect.cpp
fee.cpp
json_serialization.cpp
get_xtype_from_string.cpp