Conversation
|
Just curious: How are you including |
The original issue was reported for thread-pool installed in Visual Studio via vcpkg, using I still think it shouldn't be used with this statement. But I noticed that a simple change could resolve that issue and improve regular use (installed CMake, sub-project, whatever). |
Better |
The installation of the header is made by this pristine command; But this is not the topic of this PR. |
Yes my original idea was to allow for multiple versions to be installed side-by-side but I realize now that it's not idiomatic to do that 😅 Certainly something that can be fixed in the future. |
|
Once I have time to pull this locally and test it should be good to merge |

thread_safe_queue.his in the same directory asthread_pool.h.The original path prefix made
#include "..."perform worse, because the first attempt (same dir) would always fail, and it requires user to have the parent dir ofthread_poolin the header search path.