Most .capnp files use "/c.capnp".fieldgetset. Recompile from schema files.
This commit is contained in:
parent
73b5d565de
commit
989acc3414
11 changed files with 124 additions and 60 deletions
|
|
@ -21,8 +21,11 @@
|
|||
|
||||
@0xd508eebdc2dc42b8;
|
||||
|
||||
using C = import "c.capnp";
|
||||
using Cxx = import "c++.capnp";
|
||||
|
||||
$C.fieldgetset;
|
||||
|
||||
# Use a namespace likely to cause trouble if the generated code doesn't use fully-qualified
|
||||
# names for stuff in the capnproto namespace.
|
||||
$Cxx.namespace("capnproto_test::capnp::test");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue