-
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
Description
Dear sir,
First of all, thank you for this awesome solver! I tried to compile Uno with MSVC 2022 on windows. There are a few errors but I managed to solve them. There aren't many changes:
- MSVC doesn't support C++ keyword
notso I need to change them to! - There is one error regarding templated function signature matching. Just a few extra characters would make it compile
- A few source files contain non-ascii characters. MSVC needs a pragma to explicitly tell the compile it's in UTF-8, and the file needs BOM (I don' t know whether there are less
intrusiveways to resolve this without adding BOM) - The current cmake config contains some gcc-specific things that need
I wonder if you're willing to support Windows/MSVC. If so, I'll make a PR.
cvanaret