On Tuesday, September 6, 2016 at 5:35:09 AM UTC-4, Jeffrey Walton wrote: > > Hi Everyone, > > We have a contexpr dev-branch that attempts to take advantage of C++11 > constexpr. Also see http://github.com/weidai11/cryptopp/tree/constexpr . > > The branch tested OK under Cygwin, Linux, OS X, Solaris and Windows > (VS2005-VS2013). VS2005-VS2013 do not exercise Microsoft's implementation. > > The branch needs testing under Windows with both MinGW and VS2015. VS2015 > was the first to provide support (see > http://msdn.microsoft.com/en-us/library/hh567368.aspx). > > Could someone test under VS2015 and report back with results? I'm > interested in (1) compile and link issues, and (2) performance gains or > losses. If you see a missed opportunity for constexpr-ness, then (3) please > call it out, too. > > You can download the Crypto++ ZIP from GitHub (be sure to be on the > constexpr dev-branch). Or, the branch can be fetched from the command line > with: > > git clone https://github.com/weidai11/cryptopp.git cryptopp-constexpr > cd cryptopp-constexpr > git checkout constexpr >
The CONSTEXPR dev-branch was merged into Master at https://github.com/weidai11/cryptopp/commit/be8a9f674281699995b7db08fcd8a51fdb1fce87. The CONSTEXPR dev-branch was then deleted. You can test constexpr-ness by checking out Master. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
