emulating concepts in C++11

Hello all, I was not able to find Boost.Generic source code (I asked Matt Calabrese but no reply): http://blip.tv/boostcon/boost-generic-concepts-without-concepts-5262126 Are you aware of any trick (e.g., the tricks used by Boost.Generic) to emulate concepts in C++11? Thanks. --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-emulating-concepts-in-C-11-tp463171... Sent from the Boost - Dev mailing list archive at Nabble.com.

lcaminiti wrote:
Hello all,
I was not able to find Boost.Generic source code (I asked Matt Calabrese but no reply): http://blip.tv/boostcon/boost-generic-concepts-without-concepts-5262126
Are you aware of any trick (e.g., the tricks used by Boost.Generic) to emulate concepts in C++11?
what about the boost concept library? Robert Ramey
Thanks. --Lorenzo

Robert Ramey wrote
lcaminiti wrote:
Hello all,
I was not able to find Boost.Generic source code (I asked Matt Calabrese but no reply): http://blip.tv/boostcon/boost-generic-concepts-without-concepts-5262126
Are you aware of any trick (e.g., the tricks used by Boost.Generic) to emulate concepts in C++11?
what about the boost concept library?
Boost.Generic claimed to support essentially all concept features of N2914 for C++11, Boost.ConceptCheck can't do that. --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-emulating-concepts-in-C-11-tp463171... Sent from the Boost - Dev mailing list archive at Nabble.com.
participants (2)
-
lcaminiti
-
Robert Ramey