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
cbfd9d43
Commit
cbfd9d43
authored
Mar 31, 2016
by
Jisi Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove export macros for classes nested in a template class.
parent
5805c2df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
map.h
src/google/protobuf/map.h
+3
-3
No files found.
src/google/protobuf/map.h
View file @
cbfd9d43
...
...
@@ -663,7 +663,7 @@ class Map {
// custom class here and for Node, below, to ensure that k_ is at offset 0,
// allowing safe conversion from pointer to Node to pointer to Key, and vice
// versa when appropriate.
class
LIBPROTOBUF_EXPORT
KeyValuePair
{
class
KeyValuePair
{
public
:
KeyValuePair
(
const
Key
&
k
,
value_type
*
v
)
:
k_
(
k
),
v_
(
v
)
{}
...
...
@@ -708,7 +708,7 @@ class Map {
// 8. Mutations to a map do not invalidate the map's iterators, pointers to
// elements, or references to elements.
// 9. Except for erase(iterator), any non-const method can reorder iterators.
class
LIBPROTOBUF_EXPORT
InnerMap
:
private
hasher
{
class
InnerMap
:
private
hasher
{
public
:
typedef
value_type
*
Value
;
...
...
@@ -1340,7 +1340,7 @@ class Map {
public
:
// Iterators
class
LIBPROTOBUF_EXPORT
iterator_base
{
class
iterator_base
{
public
:
// We support "old style" and "new style" iterators for now. This is
// temporary. Also, for "iterator()" we have an unknown category.
...
...
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