Make bind_handler variadic ctor explicit

This commit is contained in:
Vinnie Falco
2014-07-23 13:48:47 -07:00
parent 6b79b5fc74
commit ca71f18a6d
3 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
#ifndef BEAST_ASIO_BASICS_SSLCONTEXT_H_INCLUDED
#define BEAST_ASIO_BASICS_SSLCONTEXT_H_INCLUDED
#include <beast/Uncopyable.h>
#include <boost/asio/ssl/context.hpp>
namespace beast {

View File

@@ -20,6 +20,8 @@
#ifndef BEAST_ASIO_SHAREDARG_H_INCLUDED
#define BEAST_ASIO_SHAREDARG_H_INCLUDED
#include <beast/smart_ptr/SharedPtr.h>
namespace beast {
namespace asio {