mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 14:54:32 +02:00
Replace detail/work_guard.hpp
with net::executor_work_guard
In newer versions of Asio, `executor_work_guard<>` can be used even when `ASIO_NO_TS_EXECUTORS` is defined.
This commit is contained in:
committed by
Mohammad Nejati
parent
78478557f6
commit
19c38c308a
@@ -2,4 +2,4 @@
|
||||
include(${CMAKE_CURRENT_LIST_DIR}/common.cmake)
|
||||
|
||||
# Compiler options.
|
||||
add_compile_options(-Wall -Wextra -Wpedantic -Wno-unused-parameter)
|
||||
add_compile_options(-Wall -Wextra -Wpedantic)
|
||||
|
Reference in New Issue
Block a user