Commit 3f9b4f29 authored by Manjunath Kudlur's avatar Manjunath Kudlur

Updated for c++98 compatibility

parent 3ff1dca0
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment