- Notifications
You must be signed in to change notification settings - Fork568
-
I am currently testing with CAF 0.18.6 and I ran into a strange issue when an actor tries to return a vector of results. When I run this code I get the following exception : I am compiling with VS2019. What is causing this and how do we build actors that can return vectors? Thanks. |
BetaWas this translation helpful?Give feedback.
All reactions
Answered by NeverlordApr 27, 2022
Look like you are missing the initialization of the meta objects table:
CAF_MAIN(id_block:: caf_custom_types)Replies: 1 comment 1 reply
-
Look like you are missing the initialization of the meta objects table: |
BetaWas this translation helpful?Give feedback.
All reactions
1 reply
-
Thanks!! I was hoping it was something simple that I just overlooked, and it was :) |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1
Answer selected bymagersjc
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
