eidheim / Simple-WebSocket-Server

A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple Definition for round()

classix-do opened this issue · comments

It seems that round() has to be defined as inline in crypto.hpp to prevent a multiple definition linker error if the header gets included by more than one source file.

Thank you again for seeing this:)