Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Build Error "any_of is not a member of std" #6

Open
stmudie opened this issue Mar 5, 2020 · 1 comment
Open

Build Error "any_of is not a member of std" #6

stmudie opened this issue Mar 5, 2020 · 1 comment

Comments

@stmudie
Copy link

stmudie commented Mar 5, 2020

My environment is:
Centos 6.5 (Pilatus IOC)
scl devtools-8 (to get a c++11 compatible compiler)

I get the build error "any_of is not a member of std".
This can be fixed by including in KafkaProducer.cpp

@SkyToGround
Copy link
Contributor

Oops, sorry about that. This is now fixed in master.
I generally compile the code using libc++ and I know that this library includes a lot of different headers without you asking for them.

With that said, I have had trouble getting the code to compile using current releases of EPICS due to problems with the EPICS build system. You are saying that you have been able to compile it after only adding #include <algorithm> to the relevant files?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants