[Quickfix-developers] g++ 5.2 compiler warnings - patch
Brought to you by:
orenmnero
From: Neeraj R. <rn...@ya...> - 2016-01-26 03:05:31
|
Hi, We got some warnings related to auto_ptr when building quickfix 1.4.3 with g++ 5.2.After converting the auto_ptr to unique_ptr, they went away.Would there be any interest in a patch for this ? The code was not breaking but the compilation warnings hid other relevant warnings, so we needed it fixed . thanksNeeraj |