Replies: 1 comment 9 replies
-
See #594. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I define a class (aka type) in CPP2 syntax (in a .h2 file), is it possible to just declare the member functions in the class definition (without body) and have the actual implementation separated in the .cpp2 file? If yes, how is it done? I'm thinking about things like the traditional PIMPL pattern for reducing compilation dependencies.
Beta Was this translation helpful? Give feedback.
All reactions