Bringing in internal::shared_ptr into google:protobuf namespace.

Fixes #1029
This commit is contained in:
Manjunath Kudlur 2015-12-09 07:40:30 -08:00
parent d03ef20039
commit 96537c461a
6 changed files with 12 additions and 0 deletions

View file

@ -49,6 +49,8 @@ class FieldDescriptor;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
#else
using internal::shared_ptr;
#endif
namespace python {

View file

@ -55,6 +55,8 @@ class MessageFactory;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
using std::string;
#else
using internal::shared_ptr;
#endif
namespace python {

View file

@ -47,6 +47,8 @@ class Message;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
#else
using internal::shared_ptr;
#endif
namespace python {

View file

@ -51,6 +51,8 @@ class Message;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
#else
using internal::shared_ptr;
#endif
namespace python {

View file

@ -50,6 +50,8 @@ class Message;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
#else
using internal::shared_ptr;
#endif
namespace python {

View file

@ -47,6 +47,8 @@ class Message;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
#else
using internal::shared_ptr;
#endif
namespace python {