Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
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
capnproto
Commits
2ac32dfd
Commit
2ac32dfd
authored
Mar 10, 2016
by
Harris Hancock
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix data member access outside 'this' context
parent
1fb10524
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
node-translator.c++
c++/src/capnp/compiler/node-translator.c++
+1
-1
No files found.
c++/src/capnp/compiler/node-translator.c++
View file @
2ac32dfd
...
...
@@ -98,7 +98,7 @@ public:
}
void
addHolesAtEnd
(
UIntType
lgSize
,
UIntType
offset
,
UIntType
limitLgSize
=
sizeof
(
holes
)
/
sizeof
(
holes
[
0
]))
{
UIntType
limitLgSize
=
sizeof
(
HoleSet
::
holes
)
/
sizeof
(
HoleSet
::
holes
[
0
]))
{
// Add new holes of progressively larger sizes in the range [lgSize, limitLgSize) starting
// from the given offset. The idea is that you just allocated an lgSize-sized field from
// an limitLgSize-sized space, such as a newly-added word on the end of the data segment.
...
...
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