Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

tango_config.h: Add clang detection #442

Merged
merged 1 commit into from
Apr 27, 2018

Conversation

t-b
Copy link
Collaborator

@t-b t-b commented Mar 10, 2018

According to 1 clang 3.3 has full C++11 support and 3.4 full C++14
support. So by requiring version 4 or higher we are on the safe side.

According to [1] clang 3.3 has full C++11 support and 3.4 full C++14
support. So by requiring version 4 or higher we are on the safe side.

[1]: https://clang.llvm.org/cxx_status.html
@t-b
Copy link
Collaborator Author

t-b commented Mar 10, 2018

I found that bug due to clang 6.0 complaining about deprecated auto_ptr which it should have never seen.

@t-b
Copy link
Collaborator Author

t-b commented Apr 27, 2018

@bourtemb Any idea why the appveyor build failed?

@bourtemb
Copy link
Member

@t-b this is due to an issue with the name/version of the library.
This will be fixed when #438 will be merged.

@t-b
Copy link
Collaborator Author

t-b commented Apr 27, 2018

@bourtemb Thanks! So we are good to go here?

@bourtemb
Copy link
Member

@t-b I think so... Let's merge this one! :-)

@bourtemb bourtemb merged commit dfb44c9 into tango-controls:tango-9-lts Apr 27, 2018
@t-b t-b deleted the add_clang_detection branch April 27, 2018 09:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants