Changes between Initial Version and Version 1 of Ticket #8327, comment 1
- Timestamp:
- Mar 23, 2013, 11:31:55 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8327, comment 1
initial v1 2 2 3 3 1) The compiler is entitled to reject PrintTest if std::endl and std::distance have not been declared ''even if the function is never instantiated''. GCC and Clang are examples that will do this. 4 4 5 2) iostream and associated headers are part of the standard, it's not unreasonable to reply on them. 6 5 7 3) The only Math lib header mentioned above is only ever used when generating new numeric constants so should never be an issue in practice. 6 8