executors / executors-impl

A prototype implementation of the executors proposal
84 stars 13 forks source link

<execution> header in this library conflicts with c++17 <execution> #10

Open kamleshbhalui opened 3 years ago

kamleshbhalui commented 3 years ago

@ericniebler and @chriskohlhoff When I am trying to compile this library inside the VxWorks environment. <execution>header in this library conflicts with the system <execution>.

is it a standard requirement to have in this library?

like to know your thoughts on this, any workaround also appreciated.

ericniebler commented 3 years ago

I am not the maintainer of this repo. If I were, I would probably rename this file to <execution.hpp>.