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)
Change History (5)
by , 11 years ago
Attachment: | unordered_set_72391_vc80_error.txt added |
---|
comment:1 by , 11 years ago
Status: | new → assigned |
---|---|
Version: | Boost 1.46.1 → Boost Development Trunk |
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
full error message