F2I-Consulting / fesapi

API for ENERGISTICS™ data standards (mainly RESQML™), multi-languages (C++, Java, C#, Python)
Apache License 2.0
34 stars 24 forks source link

Support Boost > 1.69 with ETP #281

Closed fbosquet-azpn closed 3 years ago

fbosquet-azpn commented 3 years ago

Issue #278

(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)

What does this implement/fix? Explain your changes.

Allow Fesapi ETP code to build with boost version greater than 1.69

Does this close any currently open issues?

Yes, Issue #278

Any relevant logs, error output, etc?

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)

Any other comments?

Where has this been tested?

Operating System: Windows

Platform: VisualStudio 19 with Boost 1.74

philippeVerney commented 3 years ago

Thanks a lot @Fabien-Bosquet It looks good to me! I agree : we need to enable ETP build on pipeline in Azure. We even need to write and run some ETP unit tests on Azure pipeline. This hopefully will be done for v2.1...

Anyhow I am about to merge this PR in master. Thanks again!