Changes between Initial Version and Version 4 of Ticket #7764
- Timestamp:
- Dec 11, 2013, 6:02:43 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7764
- Property Status new → closed
- Property Component Building Boost → smart_ptr
- Property Milestone Boost 1.52.0 → To Be Determined
- Property Owner set to
- Property Resolution → invalid
-
Ticket #7764 – Description
initial v4 1 1 I tried to build boost 1.52 with msvc10 32 bit and stlport 5.2.1 2 2 3 4 {{{ 3 5 b2 -a --toolset=msvc-10.0 stdlib=stlport-5.2.1 "stdlib:stlport-iostream=on" threading=multi --build-type=complete 4 6 … … 17 19 r C2143: syntax error : no ',' before '<' 18 20 F:\project\src\extern\boost\boost_1_52_0\boost/smart_ptr/weak_ptr.hpp(22 21 }}} 22