The SDSL is very easy to use, and its versatility is quite amazing. It's also rather interesting to look at the list of papers that cite it:
<a href="https://scholar.google.com/scholar?cites=6772708594529960585" rel="nofollow">https://scholar.google.com/scholar?cites=6772708594529960585</a> and <a href="https://scholar.google.com/scholar?q=SDSL-lite" rel="nofollow">https://scholar.google.com/scholar?q=SDSL-lite</a>
Cool library. Any thoughts on getting it to work with Visual C++ 2015. It now has pretty decent C++11 support, you already use CMake, and this library seems like something that is inherently OS neutral.<p>Even when I am ultimately deploying on Linux, I will often develop and debug my os-independent logic using Visual C++ on Windows and then when that is working well, recompile using g++ or clang++.
this looks very cool but it is a shame about the license and a shame about the code style.<p>STL is a poor exemplar to follow - its a real wasteland of a library and very deficient compared to libraries for other modern languages.<p>however i will now go and learn these things and reinvent some wheels to make myself a better programmer.<p>thanks. :)