RomanShestakov
RomanShestakov
I am also going to use triq, would love to use Proper but our company policy doesn't allow use of GPL. LGPL is allowed though, Is it possible to switch...
thank you very much for checking - do you think it is possible to use more generic std::this_thread::yield() in this case? https://en.cppreference.com/w/cpp/thread/yield Regards, Roman
I added the following VAR to CMakefile add_compile_definitions(DISRUPTOR_CPU_ARM=1) and with your change the project compiles ok thank you very much!
very nice! thank you but how is DISRUPTOR_STD_YIELD supposed to be set? as part of cmake command?
> Add `add_compile_definitions(DISRUPTOR_STD_YIELD)` into the CMakeLists.txt or set it when you invoke cmake: `cmake -DDISRUPTOR_STD_YIELD path/to/src` thank you!
Awesome! Thanks a lot Regards, Roman Sent from my iPhone On 1 Sep 2013, at 02:36, Jesse Gumm [email protected] wrote: > Per the recommendation from @RomanShestakov, add business day arithmetic....