Subject: [Boost-users] build boost with specific msvcrt.lib
From: Abhay Mhatre (mhatre.abhay_at_[hidden])
Date: 2015-08-14 15:36:26


is it possible to provide specific msvcrt.lib while building boost. It uses
default one and my build system uses the one specified in build system.
this causes heap corruption at the end of program termination.

thanks