Opened 10 years ago

Closed 10 years ago

#8185 closed Patches (fixed)

Wrong macro name used in comment

Reported by: K-ballo <kaballo86@…> 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)

visualc.hpp.patch (595 bytes ) - added by K-ballo <kaballo86@…> 10 years ago.
patch

Download all attachments as: .zip

Change History (2)

by K-ballo <kaballo86@…>, 10 years ago

Attachment: visualc.hpp.patch added

patch

comment:1 by John Maddock, 10 years ago

Resolution: fixed
Status: newclosed

(In [83274]) Apply patch from #8185. Fixes #8185.

Note: See TracTickets for help on using tickets.