Opened 10 years ago
Closed 10 years ago
#7142 closed Bugs (fixed)
Compiler error with Intel-12.1
Reported by: | John Maddock | Owned by: | Daniel James |
---|---|---|---|
Milestone: | To Be Determined | Component: | hash |
Version: | Boost Development Trunk | Severity: | Showstopper |
Keywords: | Cc: |
Description
There's a problem compiling regex (for example) when using the Intel 12.1 Win32 compiler:
..\..\..\boost/functional/hash/detail/container_fwd_0x.hpp(49): error: class tem plate "std::tr1::shared_ptr" may not be redeclared in the current scope template <class> class shared_ptr; ^
Note:
See TracTickets
for help on using tickets.
This was fixed in [80054].