Changes between Initial Version and Version 1 of Ticket #8327, comment 1


Ignore:
Timestamp:
Mar 23, 2013, 11:31:55 AM (10 years ago)
Author:
John Maddock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8327, comment 1

    initial v1  
    22
    331) 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
    452) iostream and associated headers are part of the standard, it's not unreasonable to reply on them.
     6
    573) The only Math lib header mentioned above is only ever used when generating new numeric constants so should never be an issue in practice.
    68