20 Mar
2016
20 Mar
'16
1:57 p.m.
Degski wrote:
The boost build is with plain VC14 (bootstrap, without any hacking whatsoever), not clang (that's no problem). The RC1 build is fine, the trouble is later on in the headers, when using Clang. When I try to build my app (with GGL), the previously reported errors show up, both with 1.61 and 1.60. The problem is not in GGL, but in type_traits (and typeof, but that seems to be fixed, ready for merging).
TypeTraits is fixed in develop and ready for merge with master so this will be released with 1.62. https://github.com/boostorg/type_traits/pull/24 TypeOf is not fixed, pull request is waiting: https://github.com/boostorg/typeof/pull/3 Regards, Adam