$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Compiling Boost with Qt & gcc ver. 5.3.0
From: Michael Miller (mediaservices_at_[hidden])
Date: 2017-06-20 10:59:45
Hello,
I've got Boost 1_53_0 & 1_64_0 working with Qt 5.9 (gcc version 5.3.0) and c++ on Windows 10 - 32 bit.
Compiling (without warnings) and running from within Qt Creator.
In each version of Boost change "std:auto" to "std::unique".
Thatâs it.
What this does with MSVC, I donât know
Regards