1
0
Fork 0

fix warning

This commit is contained in:
jsteemann 2017-01-25 16:37:06 +01:00
parent d5f318603b
commit 617b3f2949
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ class Unused2 {
protected:
const boost::system::error_category& unused1
= boost::asio::error::ssl_category;
const boost::system::error_category& unused2
= boost::asio::ssl::error::stream_category;
};
}
#endif