Opened 8 years ago
#11131 new Bugs
[bb10/qnx failures] Build error
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | Boost 1.58.0 | Component: | smart_ptr |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
Build error on QNX/BB10 crosscompiling:
from ./boost/smart_ptr/make_shared_array.hpp:12, from ./boost/smart_ptr/make_shared.hpp:18, from ./boost/archive/detail/helper_collection.hpp:28, from ./boost/archive/detail/basic_iarchive.hpp:28, from libs/serialization/src/basic_iarchive.cpp:42:
./boost/smart_ptr/detail/array_allocator.hpp:216:21: error: 'ptrdiff_t' does not name a type
typedef ptrdiff_t difference_type;
cc: /opt/bbndk/host_10_3_1_12/linux/x86/usr/lib/gcc/arm-unknown-nto-qnx8.0.0eabi/4.8.3/cc1plus error 1
Fix see git commit 94824c807f76dc4f3d41109a75808ed288f858f9
Note:
See TracTickets
for help on using tickets.