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

Felix Gartsman garisman at netvision.net.il
Fri Feb 16 06:42:56 EST 2007


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.



More information about the botan-devel mailing list