Opened 11 years ago

Closed 11 years ago

#6332 closed Patches (fixed)

There is no warning number '4284'

Reported by: Braden McDaniel <braden@…> Owned by: Peter Dimov
Milestone: To Be Determined Component: smart_ptr
Version: Boost 1.48.0 Severity: Cosmetic
Keywords: Cc:

Description

Line 22 of weak_ptr.hpp elicits the following warning from the Visual Studio 2010 compiler:

boost\smart_ptr\weak_ptr.hpp(22) : warning C4619: #pragma warning : there is no warning number '4284'

Attachments (1)

6332.patch (577 bytes ) - added by Braden McDaniel <braden@…> 11 years ago.
Patch

Download all attachments as: .zip

Change History (3)

by Braden McDaniel <braden@…>, 11 years ago

Attachment: 6332.patch added

Patch

comment:1 by Peter Dimov, 11 years ago

(In [76219]) Warning 4284 is obsolete. Refs #6332. See also #4433.

comment:2 by Peter Dimov, 11 years ago

Resolution: fixed
Status: newclosed

(In [76221]) Merge [76219] to release. Fixes #6332.

Note: See TracTickets for help on using tickets.