Add basic ABI check

This commit is contained in:
Alex Hultman
2020-12-01 05:53:28 +01:00
parent fe553742f2
commit 7f557cef41
+2
View File
@@ -46,6 +46,8 @@ namespace uWS {
}
};
static_assert(sizeof(struct us_socket_context_options_t) == sizeof(SocketContextOptions), "Mismatching uSockets/uWebSockets ABI");
template <bool SSL>
struct TemplatedApp {
private: