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
96537c46
Commit
96537c46
authored
Dec 09, 2015
by
Manjunath Kudlur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bringing in internal::shared_ptr into google:protobuf namespace.
Fixes #1029
parent
d03ef200
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
0 deletions
+12
-0
extension_dict.h
python/google/protobuf/pyext/extension_dict.h
+2
-0
message.h
python/google/protobuf/pyext/message.h
+2
-0
message_map_container.h
python/google/protobuf/pyext/message_map_container.h
+2
-0
repeated_composite_container.h
python/google/protobuf/pyext/repeated_composite_container.h
+2
-0
repeated_scalar_container.h
python/google/protobuf/pyext/repeated_scalar_container.h
+2
-0
scalar_map_container.h
python/google/protobuf/pyext/scalar_map_container.h
+2
-0
No files found.
python/google/protobuf/pyext/extension_dict.h
View file @
96537c46
...
...
@@ -49,6 +49,8 @@ class FieldDescriptor;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
#else
using
internal
::
shared_ptr
;
#endif
namespace
python
{
...
...
python/google/protobuf/pyext/message.h
View file @
96537c46
...
...
@@ -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
{
...
...
python/google/protobuf/pyext/message_map_container.h
View file @
96537c46
...
...
@@ -47,6 +47,8 @@ class Message;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
#else
using
internal
::
shared_ptr
;
#endif
namespace
python
{
...
...
python/google/protobuf/pyext/repeated_composite_container.h
View file @
96537c46
...
...
@@ -51,6 +51,8 @@ class Message;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
#else
using
internal
::
shared_ptr
;
#endif
namespace
python
{
...
...
python/google/protobuf/pyext/repeated_scalar_container.h
View file @
96537c46
...
...
@@ -50,6 +50,8 @@ class Message;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
#else
using
internal
::
shared_ptr
;
#endif
namespace
python
{
...
...
python/google/protobuf/pyext/scalar_map_container.h
View file @
96537c46
...
...
@@ -47,6 +47,8 @@ class Message;
#ifdef _SHARED_PTR_H
using
std
::
shared_ptr
;
#else
using
internal
::
shared_ptr
;
#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