Opened 14 years ago

Closed 14 years ago

#1959 closed Bugs (fixed)

[regex] C4910 warnings from VC9

Reported by: Richard Webb <richard.webb@…> Owned by: John Maddock
Milestone: To Be Determined Component: regex
Version: Boost Development Trunk Severity: Cosmetic
Keywords: Cc:

Description

(Noticed when testing #1618):

Running the Regex or iostreams tests on VC9 produces a load of C4910 ("'declspec(dllexport)' and 'extern' are incompatible on an explicit instantiation") warnings.

Log file showing the warnings attached.

Attachments (1)

vc9.zip (4.8 KB ) - added by Richard Webb <richard.webb@…> 14 years ago.

Download all attachments as: .zip

Change History (3)

by Richard Webb <richard.webb@…>, 14 years ago

Attachment: vc9.zip added

comment:1 by Richard Webb <richard.webb@…>, 14 years ago

(note: the attached log shows one of the tests failing with a linker error. that seems to have gone away after updating the source, but i cant overwrite the log file)

comment:2 by John Maddock, 14 years ago

Resolution: fixed
Status: newclosed

(In [46077]) Patch for VC9 explicit template instantiation. Fixes #1959.

Note: See TracTickets for help on using tickets.