Opened 10 years ago
Closed 10 years ago
#8185 closed Patches (fixed)
Wrong macro name used in comment
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost 1.55.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
Config for Visual C++ has the following comment:
// it is only supported if BOOST_ENABLE_MSVC_2012_NOV_CTP is defined.
The macro name used is wrong and misleading, it should read BOOST_MSVC_ENABLE_2012_NOV_CTP
Attachments (1)
Change History (2)
by , 10 years ago
Attachment: | visualc.hpp.patch added |
---|
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch