C++14 + use make_unique and make_shared to make shared pointers
This commit is contained in:
		| @@ -11,7 +11,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wshorten-64-to- | ||||
|  | ||||
| set (OPENSSL_PREFIX /usr/local/opt/openssl) # Homebrew openssl | ||||
|  | ||||
| set (CMAKE_CXX_STANDARD 11) | ||||
| set (CMAKE_CXX_STANDARD 14) | ||||
|  | ||||
| option(USE_TLS "Add TLS support" ON) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user