Template specialisation syntax #1284
-
What is the correct syntax for writing explicit and/or partial specialisations of class and variable templates in Cpp2? (Apologies if this is covered in the docs somewhere, I looked but couldn't find it.) |
Beta Was this translation helpful? Give feedback.
Answered by
MaxSagebaum
Sep 17, 2024
Replies: 1 comment 1 reply
-
It is currently not possible. There is merge request which addresses this #598. If this is merged the syntax would look like: https://cpp2.godbolt.org/z/KP4cGjscK
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tcbrindle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is currently not possible. There is merge request which addresses this #598.
If this is merged the syntax would look like: https://cpp2.godbolt.org/z/KP4cGjscK