Updated for c++98 compatibility

pull/1029/head
Manjunath Kudlur 9 years ago
parent 3ff1dca0bd
commit 3f9b4f2944
  1. 3
      python/google/protobuf/pyext/extension_dict.h
  2. 2
      python/google/protobuf/pyext/message.h
  3. 3
      python/google/protobuf/pyext/message_map_container.h
  4. 3
      python/google/protobuf/pyext/repeated_composite_container.h
  5. 3
      python/google/protobuf/pyext/repeated_scalar_container.h
  6. 3
      python/google/protobuf/pyext/scalar_map_container.h

@ -47,8 +47,9 @@ namespace protobuf {
class Message;
class FieldDescriptor;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
using std::string;
#endif
namespace python {

@ -52,8 +52,10 @@ class Descriptor;
class DescriptorPool;
class MessageFactory;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
using std::string;
#endif
namespace python {

@ -45,8 +45,9 @@ namespace protobuf {
class Message;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
using std::string;
#endif
namespace python {

@ -49,8 +49,9 @@ namespace protobuf {
class FieldDescriptor;
class Message;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
using std::string;
#endif
namespace python {

@ -48,8 +48,9 @@ namespace protobuf {
class Message;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
using std::string;
#endif
namespace python {

@ -45,8 +45,9 @@ namespace protobuf {
class Message;
#ifdef _SHARED_PTR_H
using std::shared_ptr;
using std::string;
#endif
namespace python {

Loading…
Cancel
Save