For temporary disabling code sections or commenting the usage of something including */ inside the comment triple quoted strings could be used normally
I can imagine something like this
/* Some information about what "*/" does
But that was a "string" so the compiler keeps searching for the next */
Yet i am aware that this could lead to more problems than it solves so i am just leaving this as a suggestion to think about rather than a issue.
For temporary disabling code sections or commenting the usage of something including
*/inside the comment triple quoted strings could be used normallyI can imagine something like this
Yet i am aware that this could lead to more problems than it solves so i am just leaving this as a suggestion to think about rather than a issue.