aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2018-07-25 12:20:07 -0400
committerDeterminant <tederminant@gmail.com>2018-07-25 12:20:07 -0400
commit1b006d5164c605ef44652b4442309983bfc0d24a (patch)
tree096c6fe702888850d4bf08cf682579f73a2e9479 /README.rst
parentcd2fc3625d09f2f3f062648ff9963414e0140e2a (diff)
...
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4437b8c..827341d 100644
--- a/README.rst
+++ b/README.rst
@@ -84,7 +84,10 @@ Example (MsgNetwork layer)
MsgAck() {}
MsgAck(DataStream &&s) {}
};
-
+
+ const opcode_t MsgHello::opcode;
+ const opcode_t MsgAck::opcode;
+
using MsgNetworkByteOp = MsgNetwork<opcode_t>;
struct MyNet: public MsgNetworkByteOp {