xcsp3team / XCSP3-CPP-Parser

XCSP3 Core Parser in C++
MIT License
19 stars 11 forks source link

Some corrections for the compilation under windows #29

Closed thibaultfalque closed 1 year ago

thibaultfalque commented 1 year ago

This pull request proposes some fixes for the compilation of XCSP-CPP-Parser under windows.

It adds inclusions of some .h files (certainly transitively included under unix systems).

Windows has a C++ extension including a try-except statement with the __try and __except keywords.

As a result, the _except variable causes a conflict at compile time.

audemard commented 1 year ago

thx