8 Dec
2015
8 Dec
'15
7:38 p.m.
On 08/12/2015 20:27, Marshall Clow wrote:
Shane Turner wrote:
I found another issue with a bad compiler version check in boost/interprocess/detail/config_begin.hpp before using "#pragma GCC diagnostic push", which, for GCC, is only available at version 4.6.0 and later. Since I'm using GCC 4.4.7, my compile fails.
Thanks for this.
It looks to me like interprocess is the one that really needs fixing. [ There could be a lot of cleanup here, but that's for another time ]
I will make a PR.
Great Ion