November 2019
— Ur also a game engine programmer?
Yeah thats a nice way Ive written a simple python script which then generates the data files for me - its really easy no need buildin reflection
— And typeid is still there to our rescue ;)
— I have -fno-rtti ¯\_(ツ)_/¯
-fno-rtti
— Haha ;))
— No longer UB in C++17
— So the operation will be done in which precedence?
— C++17 added The right operand is sequenced before the left operand. to [expr.ass]. hence x is 30 and y is 21you can see the change from C++14 to C++17 when using MSVChttps://godbolt.org/z/VyM2f-
The right operand is sequenced before the left operand.
x
30
y
21
Message permanent page
— May I know what this tool is?
— Compiler Explorer (e.g. https://godbolt.org/z/VyM2f-) you can either use the official version or run it locally. It's really awesome
— 👍
— Thank you so much