On Tuesday, September 8, 2015 at 8:31:00 AM UTC-4, [email protected] wrote: > > Am Montag, 7. September 2015 17:24:41 UTC+2 schrieb Jeffrey Walton: >> >> >> Please report any problems you encounter. >> > > In filters.h, there is an "#if CRYPTOPP_MSC_VERSION" before config.h is > included, so if filters.h is the first include, there is a #pragma > warning(pop) at the end of the file without a #pragma warning(push). >
OK, thanks. I was trying to side step it through either a pch.h include, a cryptlib.h include and/or precompiled headers. But I think you are right - we have to perform the include. 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.
