Unsafe code sections
#1160
-
I have not been able to find any more information about unsafe code other than the goal of having some kind of support for it. Is this so far completely unsupported or is it required to use mixed files to use unsafe code with cppfront? |
Beta Was this translation helpful? Give feedback.
Answered by
hsutter
Jul 13, 2024
Replies: 1 comment
-
Thanks for the question! I intend to implement something like I don't intend to allow all Cpp1 unsafe constructs... you're correct, you can always write Cpp1 for that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hnisula
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the question!
I intend to implement something like
[[suppress]]
to suppress things like unwanted bounds checks, but I haven't done that yet.I don't intend to allow all Cpp1 unsafe constructs... you're correct, you can always write Cpp1 for that.