Opened 21 years ago
Closed 21 years ago
#937 closed Bugs (Fixed)
config.hpp needs to be updated
Reported by: | nedholbrook | Owned by: | nobody |
---|---|---|---|
Milestone: | Component: | None | |
Version: | None | Severity: | |
Keywords: | Cc: |
Description
The latest versions of Metrowerks CodeWarrior for Mac (6.2 and 7.0 Early Access, compiler version 2.4.1) still does not support member template friend syntax. As such, config.hpp should be updated as follows: # if __MWERKS__ <= 0x2400 // 6.0 should be replaced with # if __MWERKS__ <= 0x2401 // 6.2
Note:
See TracTickets
for help on using tickets.