#7354 closed Bugs (invalid)
no newline at end of file
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | To Be Determined | Component: | random |
Version: | Boost 1.52.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Dears,
Some Boost packages causes flood of warnings "no newline at end of file" on gcc compiler. As example:
Line 15899: from ../../../../externals/boost/random.hpp:52no newline at end of file,
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
OK. I am sorry. Perhaps some other file on top had that, and compilation logs had mixed up.
comment:3 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I'm going to close this ticket. If you figure out which file in Boost.Random is causing this problem please re-open with more information.
Note:
See TracTickets
for help on using tickets.
I'm confused here; boost/random.hpp:52 is not the last line of the file. That line says:
which _does_ have a NL at the end of the file. Which file, specifically, does not have a NL?