Opened 11 years ago
Closed 10 years ago
#6537 closed Bugs (fixed)
Wrong range checks in config/auto_link.hpp
Reported by: | 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:
- "hiphen" should be "hyphen".
- The "n" in BOOST_LIB_RT_OPT is undocumented.
- The "g" in BOOST_LIB_RT_OPT is documented twice.
- The "p" in "STLPort" is capitalized, it shouldn't be.
- The #ifdefs that set BOOST_LIB_TOOLSET aren't indented consistently.
Attachments (1)
Change History (2)
by , 11 years ago
Attachment: | boost auto_link ticket6537.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch