Opened 8 years ago
Closed 7 years ago
#11104 closed Bugs (fixed)
Typo in the boost document
| Reported by: | Owned by: | Vladimir Prus | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | build |
| Version: | Boost 1.57.0 | Severity: | Problem |
| Keywords: | Cc: | mateusz@… |
Description (last modified by )
Open webpage:
http://www.boost.org/build/doc/html/bbv2/reference/tools.html#bbv2.reference.tools.compilers
and search for:
.\b2 toolset=msvc=12.0 windows-api=store architecture=arm
It should be
.\b2 toolset=msvc-12.0 windows-api=store architecture=arm
Change History (4)
comment:1 by , 8 years ago
| Component: | None → build |
|---|---|
| Owner: | set to |
comment:2 by , 7 years ago
| Description: | modified (diff) |
|---|
comment:3 by , 7 years ago
| Cc: | added |
|---|
comment:4 by , 7 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in https://github.com/boostorg/build/commit/5715bda86fd9a8fc0244dfe1a6c7a99cae5f359b (a while ago)