20 Mar
2015
20 Mar
'15
12:52 a.m.
On 2015-03-19 14:34, Peter Dimov wrote:
Jörg Böhme wrote:
I build boost for QNX/Blackberry10 (with Dinkum lib) and I found some compile issues. Some minor thinks for example in boost/smart_ptr/detail/array_allocator.hpp is a missing std:: namespace on ptrdiff_t. ... Should I create a new ticket in the bug tracker...
Yes please. A pull request (against the develop branch) would be even better.
I create ticket: 11127 + 11128 + 11129 + 11130 + 11131 and pull requests: https://github.com/boostorg/serialization/pull/11 https://github.com/boostorg/test/pull/42 https://github.com/boostorg/msm/pull/4 https://github.com/boostorg/property_tree/pull/8 https://github.com/boostorg/smart_ptr/pull/14 So I hope I did it right. Thanks Jörg