C++1x-ification

This commit is contained in:
Günter Obiltschnig
2020-01-25 14:29:54 +01:00
parent 850f22b098
commit 09028eea15
8 changed files with 26 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ class MongoDB_API Connection
/// for more information on the wire protocol.
{
public:
typedef Poco::SharedPtr<Connection> Ptr;
using Ptr = Poco::SharedPtr<Connection>;
class MongoDB_API SocketFactory
{