23 Nov
2015
23 Nov
'15
12:58 p.m.
On 22/11/2015 20:18, Oswin Krause wrote:
Hi,
<rant> Why do people fall into the trap of the NIH syndrome over and over again? *sigh* </rant>
This is not NIH. I am happily using all kinds of external libraries. However, for a general purpose library, especially when targeting something as boost I hesitate to do it without providing a reasonable fallback implementation, especially if it is a library i can not assume to be readily installed and available on a regular unix system.
Having a cmake script install w/e dependecies oyu requrie is nto terrible to write. We tried to do our own async in NT2 then switched to HPX cause it was too much work.