(ixwebsocket) replace std::unique_ptr<unsigned char[]> with std::array for some fixed arrays (which are in C++11)
This commit is contained in:
		| @@ -2,6 +2,10 @@ | ||||
|  | ||||
| All changes to this project will be documented in this file. | ||||
|  | ||||
| ## [10.2.6] - 2020-08-17 | ||||
|  | ||||
| (ixwebsocket) replace std::unique_ptr<unsigned char[]> with std::array for some fixed arrays (which are in C++11) | ||||
|  | ||||
| ## [10.2.5] - 2020-08-15 | ||||
|  | ||||
| (ws) merge all ws_*.cpp files into a single one to speedup compilation | ||||
|   | ||||
| @@ -10,13 +10,13 @@ | ||||
| #include "IXUrlParser.h" | ||||
| #include "IXUserAgent.h" | ||||
| #include "IXWebSocketHttpHeaders.h" | ||||
| #include <array> | ||||
| #include <assert.h> | ||||
| #include <cstring> | ||||
| #include <iomanip> | ||||
| #include <random> | ||||
| #include <sstream> | ||||
| #include <vector> | ||||
| #include <array> | ||||
|  | ||||
| #ifdef IXWEBSOCKET_USE_ZLIB | ||||
| #include <zlib.h> | ||||
|   | ||||
| @@ -6,4 +6,4 @@ | ||||
|  | ||||
| #pragma once | ||||
|  | ||||
| #define IX_WEBSOCKET_VERSION "10.2.5" | ||||
| #define IX_WEBSOCKET_VERSION "10.2.6" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user