What libraries use design patterns implemented with compile-time metaprogramming techniques?

Posted by Gregory on Stack Overflow See other posts from Stack Overflow or by Gregory
Published on 2010-05-01T13:41:26Z Indexed on 2010/05/01 13:47 UTC
Read the original article Hit count: 382

Does anybody know of any libraries that use design patterns that are implemented using compile-time techniques e.g. template metaprogramming? I know that Loki implements a few but I need to find other libraries.

© Stack Overflow or respective owner

Related posts about c++

Related posts about design-patterns