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

Missing inline ? #105

Closed Ozomahtli closed 4 years ago

Ozomahtli commented 4 years ago

Hey! I'm getting duplicate symbol warning when linking, due a missing inline here: https://github.com/Stiffstream/restinio/blob/c34f83a68e60537eba52e2d076ed22495ad4c5df/dev/restinio/utils/base64.hpp#L250

Thanks,

eao197 commented 4 years ago

Thanks for reporting this. The fix is in the master branch now.

eao197 commented 4 years ago

The fix is a part of v.0.6.8.1 released today.

Ozomahtli commented 4 years ago

Thanks!