Make everything struct, never use class
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
namespace uWS {
|
||||
|
||||
class WebSocketHandshake {
|
||||
struct WebSocketHandshake {
|
||||
template <int N, typename T>
|
||||
struct static_for {
|
||||
void operator()(uint32_t *a, uint32_t *b) {
|
||||
|
||||
Reference in New Issue
Block a user