This is trivial fix which I am committing on my discretion.
/// @brief Constructor.
///
/// @param io_service Pointer to the IO service to be stopped.
- IOServiceWork(const IOServicePtr& io_service)
+ explicit IOServiceWork(const IOServicePtr& io_service)
: io_service_(io_service) {
}
/// @brief Constructor.
///
/// @param io_service Pointer to the IO service to be stopped.
- IOServiceWork(const IOServicePtr& io_service)
+ explicit IOServiceWork(const IOServicePtr& io_service)
: io_service_(io_service) {
}