tpaviot / oce

OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.
http://groups.google.com/group/oce-dev
GNU Lesser General Public License v2.1
811 stars 284 forks source link

Remove check for clang compiler in Standard_TypeDef.hxx #709

Closed lvk88 closed 5 years ago

lvk88 commented 5 years ago

This change resolves the problem of compiling with clang and precompiled headers.

The issue with PRIuPTR and precompiled headers is handled now by the CMake scripts.

See pull request #708

tpaviot commented 5 years ago

+1

lvk88 commented 5 years ago

Great, thanks for the merge!

Is there anything else I could do to help rolling out OCE 0.19?

tpaviot commented 5 years ago

I'm about to create the PR for integration into master, I will notify you. I'd like to ensure that compilation is successfull on travis and appveyor. I will also add a codacy check to ensure everything is allright