Commit 27d6e0db authored by Dominik Charousset's avatar Dominik Charousset

use `final` in manual for typed actor example

parent 5ac8118b
......@@ -55,7 +55,7 @@ class typed_testee : public typed_actor<replies_to<int>::with<bool>> {
protected:
behavior_type make_behavior() override {
behavior_type make_behavior() final {
// returning a non-matching expression
// results in a compile-time error
return (
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment