[Botan-devel] Patch for compilation with VC++ 8 and Dinkum Compleat Libraries

Jack Lloyd lloyd at randombit.net
Fri Feb 16 09:23:27 EST 2007


Thanks for the report! This will be fixed in 1.6.2.

-Jack

On Fri, Feb 16, 2007 at 01:42:56PM +0200, Felix Gartsman wrote:
> Hello,
> 
> Botan 1.6.1 fails to compile with VC++ 8 and Dinkum Compleat Libraries. The
> problem is with x509_ca.cpp line 179. It uses std::back_inserter without
> including <iterator> first. Other C++ libraries probably include it
> implicitly. The fix is to add #include <iterator>.
> 
> 
> Felix.
> 
> _______________________________________________
> botan-devel mailing list
> botan-devel at randombit.net
> http://www.randombit.net/mailman/listinfo/botan-devel


More information about the botan-devel mailing list