Opened 11 years ago

Closed 10 years ago

#6537 closed Bugs (fixed)

Wrong range checks in config/auto_link.hpp

Reported by: Ulrich Eckhardt <ulrich.eckhardt@…> Owned by: John Maddock
Milestone: To Be Determined Component: config
Version: Boost Development Trunk Severity: Problem
Keywords: wince Cc:

Description

This is basically the same as the problems already explained in #6429, only that this time they affect the compiler tag in linked libraries. I initially stumbled across this in version 1.48, which contains the same code as today's trunk.

The attached patch fixes this and also addresses a few other small glitches there:

  1. "hiphen" should be "hyphen".
  2. The "n" in BOOST_LIB_RT_OPT is undocumented.
  3. The "g" in BOOST_LIB_RT_OPT is documented twice.
  4. The "p" in "STLPort" is capitalized, it shouldn't be.
  5. The #ifdefs that set BOOST_LIB_TOOLSET aren't indented consistently.

Attachments (1)

boost auto_link ticket6537.patch (7.4 KB ) - added by Ulrich Eckhardt <ulrich.eckhardt@…> 11 years ago.
patch

Download all attachments as: .zip

Change History (2)

by Ulrich Eckhardt <ulrich.eckhardt@…>, 11 years ago

patch

comment:1 by John Maddock, 10 years ago

Resolution: fixed
Status: newclosed

(In [79374]) Apply patch from #6537. Fixes #6537.

Note: See TracTickets for help on using tickets.