Hi Team,
Hope you guys are doing well.
I am trying to upgrade Boost to 1.71.0 version. My code is compiling and
building successfully but during test run i see below error. Error seems to
be related with boost chrono, even though i have included boost_chrono lib
in my makefile.
*undefined symbo
Would be helpful to see the exact link command. If you are statically
linking (.a files) then order might matter.
On Wed, Jul 22, 2020 at 7:00 AM Tej Kumar via Boost-users <
boost-users@lists.boost.org> wrote:
> Hi Team,
>
> Hope you guys are doing well.
>
> I am trying to upgrade Boost to 1.7
On Wed, 22 Jul 2020 at 00:50, Edward Diener via Boost-users <
boost-users@lists.boost.org> wrote:
> On 7/21/2020 6:31 PM, Klaim - Joël Lamotte via Boost-users wrote:
> > Hi,
> > am I correct that autolinking is not supported by Boost when using Clang
> > on Windows?
> > To be clear, I'm talking ab
On 7/22/2020 1:29 PM, Klaim - Joël Lamotte via Boost-users wrote:
On Wed, 22 Jul 2020 at 00:50, Edward Diener via Boost-users
mailto:boost-users@lists.boost.org>> wrote:
On 7/21/2020 6:31 PM, Klaim - Joël Lamotte via Boost-users wrote:
> Hi,
> am I correct that autolinking is n
Hi,
We tried boost gil resize example to experiment with scaling down a jpeg
image file. For some images, this causes the size of the file to increase.
We are using bilinear_sampler algorithm.
Our aim to reduce the input image size so as to save storage/network
bandwidth. Quality can be compromis