Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
3f9b4f29
Commit
3f9b4f29
authored
Dec 07, 2015
by
Manjunath Kudlur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated for c++98 compatibility
parent
3ff1dca0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
5 deletions
+12
-5
extension_dict.h
python/google/protobuf/pyext/extension_dict.h
+2
-1
message.h
python/google/protobuf/pyext/message.h
+2
-0
message_map_container.h
python/google/protobuf/pyext/message_map_container.h
+2
-1
repeated_composite_container.h
python/google/protobuf/pyext/repeated_composite_container.h
+2
-1
repeated_scalar_container.h
python/google/protobuf/pyext/repeated_scalar_container.h
+2
-1
scalar_map_container.h
python/google/protobuf/pyext/scalar_map_container.h
+2
-1
No files found.
python/google/protobuf/pyext/extension_dict.h
View file @
3f9b4f29
...
...
@@ -47,8 +47,9 @@ namespace protobuf {
class
Message
;
class
FieldDescriptor
;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
using
std
::
string
;
#endif
namespace
python
{
...
...
python/google/protobuf/pyext/message.h
View file @
3f9b4f29
...
...
@@ -52,8 +52,10 @@ class Descriptor;
class
DescriptorPool
;
class
MessageFactory
;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
using
std
::
string
;
#endif
namespace
python
{
...
...
python/google/protobuf/pyext/message_map_container.h
View file @
3f9b4f29
...
...
@@ -45,8 +45,9 @@ namespace protobuf {
class
Message
;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
using
std
::
string
;
#endif
namespace
python
{
...
...
python/google/protobuf/pyext/repeated_composite_container.h
View file @
3f9b4f29
...
...
@@ -49,8 +49,9 @@ namespace protobuf {
class
FieldDescriptor
;
class
Message
;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
using
std
::
string
;
#endif
namespace
python
{
...
...
python/google/protobuf/pyext/repeated_scalar_container.h
View file @
3f9b4f29
...
...
@@ -48,8 +48,9 @@ namespace protobuf {
class
Message
;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
using
std
::
string
;
#endif
namespace
python
{
...
...
python/google/protobuf/pyext/scalar_map_container.h
View file @
3f9b4f29
...
...
@@ -45,8 +45,9 @@ namespace protobuf {
class
Message
;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
using
std
::
string
;
#endif
namespace
python
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment