10 Dec
2014
10 Dec
'14
2:58 p.m.
On 06/12/14 15:25, gast128 wrote:
- source code is available but some of them are very hard to understand. Part of this is due to the support of broken compilers, but there is also use of non obvious template or preprocessor magic.
Is usage of template and preprocessor techniques that problematic? Sure, it's possibly a programming paradigm you're not used to, but it shouldn't prevent taking over the code once you've learned or practiced with them. I think there is too much mystification about Boost doing "magic", it's just normal C++ code, that any seasoned C++ programmer should be able to understand once he has taken the time to do so.