Martin Dufour
Martin Dufour
Also this is based upon the Dotnet6 branch of the original project.
Hey, I tried to run the install steps for packet2bazel with dotnet 9 and there are issues when compiling the tool : The errors thrown are the following ``` /home/mrtndew/.cache/bazel/_bazel_mrtndew/966f46f98e63fa67c841d210c782bd94/sandbox/linux-sandbox/25/execroot/_main/external/rules_dotnet+/tools/paket2bazel/Main.fs(12,9):...
> Can you link to how you are building the SimpleMath module? Not sure if it's what you meant but I am using MSbuild and a VS project. We're using...
Update : I ended up importing DXMath as source into my project and switching the XMGLOBALCONST to be `static constexpr` fixes the problem.
Sorry for the late reply and thanks for your help! I wouldn't honestly know if it causes any more copies. I think that any new variable copying one of the...
That could probably work.
> Is there a standard preprocessor symbol that I could use to know if the header is being used in a C++20 module? I don't think there would be one...
> I have the same problem. My mini-wrapper around DirectXMath broke after I migrated it to C++20 Modules. All global constants are uninitialized. You can do what @walbourn suggested and...