Opened 11 years ago

Closed 11 years ago

#5600 closed Bugs (fixed)

unordered_set.hpp & Visual C++ 8.0 problem

Reported by: Ralf W. Grosse-Kunstleve Owned by: Daniel James
Milestone: To Be Determined Component: unordered
Version: Boost Development Trunk Severity: Regression
Keywords: Cc:

Description

svn trunk rev. 72391 breaks this simple test with Visual C++ 8.0 (Visual Studio 2005):

reproducer.cpp: #include <boost/unordered_set.hpp>

cl /c /GR /EHsc /MD /DNDEBUG /O2 /IC:\home\rwgk\hot\boost reproducer.cpp

I will attach the full error message.

I verified that trunk rev. 72390 is still fine, and rev. 72497 is still broken.

Attachments (1)

unordered_set_72391_vc80_error.txt (19.9 KB ) - added by Ralf W. Grosse-Kunstleve 11 years ago.
full error message

Download all attachments as: .zip

Change History (5)

by Ralf W. Grosse-Kunstleve, 11 years ago

full error message

comment:1 by Daniel James, 11 years ago

Status: newassigned
Version: Boost 1.46.1Boost Development Trunk

comment:2 by Daniel James, 11 years ago

Does it work now?

comment:3 by anonymous, 11 years ago

Yes, it works. Thanks!

comment:4 by Daniel James, 11 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.