|
|
|
|
|
by WalterBright
2155 days ago
|
|
Thank you. We've standardized on the Boost license for D, as it is the least restrictive, and well-accepted in the C++ community. Is it possible you can make a Boost licensed version of it so we can add it to D? https://www.boost.org/LICENSE_1_0.txt |
|
If you want to workaround this for now, I suggest looking into libdivide (https://github.com/ridiculousfish/libdivide), it is published with the boost license and the library contains all the needed artifacts I described in the article (unfortunately, not combined).