[Boost-bugs] [Boost C++ Libraries] #13236: bjam compile error

Subject: [Boost-bugs] [Boost C++ Libraries] #13236: bjam compile error
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-09-29 09:37:27


#13236: bjam compile error
-------------------------------+---------------------------
 Reporter: Walter.warniaha@… | Owner: Vladimir Prus
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: build
  Version: Boost 1.65.0 | Severity: Problem
 Keywords: |
-------------------------------+---------------------------
 Windows 10, Visual Studio 2012 SP5
 boost_1_65_1\tools\build\src\engine\strings.c
 function:
     void string_rtrim( string * self )
 compilation error:
     char * p = self->value + self->size - 1;
 should be:
     char * p = self->value[ self->size - 1 ];

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13236>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-09-29 09:44:44 UTC