Skip to main content

include/sleepy_discord/websocketpp_common.h

Defines​

Name
ASIO_STANDALONE
WEBSOCKETPP_CPP11_STL
WEBSOCKETPP_CPP11_RANDOM_DEVICE
WEBSOCKETPP_CPP11_TYPE_TRAITS

Macro Documentation​

define ASIO_STANDALONE​

#define ASIO_STANDALONE 

define WEBSOCKETPP_CPP11_STL​

#define _WEBSOCKETPP_CPP11_STL_ 

define WEBSOCKETPP_CPP11_RANDOM_DEVICE​

#define _WEBSOCKETPP_CPP11_RANDOM_DEVICE_ 

define WEBSOCKETPP_CPP11_TYPE_TRAITS​

#define _WEBSOCKETPP_CPP11_TYPE_TRAITS_ 

Source code​

#pragma once
#ifndef BOOST_VERSION
#ifndef EXISTENT_BOOST_ASIO
#define ASIO_STANDALONE
#endif
#define _WEBSOCKETPP_CPP11_STL_
#define _WEBSOCKETPP_CPP11_RANDOM_DEVICE_
#define _WEBSOCKETPP_CPP11_TYPE_TRAITS_
#endif // !BOOST_VERSION

#ifndef NONEXISTENT_WEBSOCKETPP
#include <websocketpp/config/asio_client.hpp>
#endif

Updated on 13 April 2022 at 18:39:59 UTC