Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.15k stars 93 forks source link

It seems that RESTinio uses too old version of expected-lite #70

Closed eao197 closed 4 years ago

eao197 commented 4 years ago

It seems that expected-lite in RESTinio's third_party folder should be updated to the latest version.

See https://github.com/Stiffstream/restinio-crud-example/issues/1 for the details.

eao197 commented 4 years ago

It seems that the problem was not in expected-lite, but in a type with const-members inside restinio-crud-example implementation.

But it's better to have a more fresh version of expected-lite with the latest fixes.