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
9ea9e4cd
Commit
9ea9e4cd
authored
Nov 22, 2014
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix todo format.
parent
cc5a6f76
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
any.h
c++/src/capnp/any.h
+1
-1
capability.h
c++/src/capnp/capability.h
+1
-1
No files found.
c++/src/capnp/any.h
View file @
9ea9e4cd
...
...
@@ -470,7 +470,7 @@ public:
// Return a new Promise representing a sub-object of the result. `pointerIndex` is the index
// of the sub-object within the pointer section of the result (the result must be a struct).
//
// TODO(
kenton
): On GCC 4.8 / Clang 3.3, use rvalue qualifiers to avoid the need for copies.
// TODO(
perf
): On GCC 4.8 / Clang 3.3, use rvalue qualifiers to avoid the need for copies.
// Also make `ops` into a Vector to optimize this.
private
:
...
...
c++/src/capnp/capability.h
View file @
9ea9e4cd
...
...
@@ -175,7 +175,7 @@ public:
// fail. It's up to the application to decide how indicate that additional interfaces are
// supported.
//
// TODO(
kenton
): GCC 4.8 / Clang 3.3: rvalue-qualified version for better performance.
// TODO(
perf
): GCC 4.8 / Clang 3.3: rvalue-qualified version for better performance.
template
<
typename
T
>
typename
T
::
Client
castAs
(
InterfaceSchema
schema
);
...
...
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