Opened 11 years ago
Closed 10 years ago
#6415 closed Bugs (fixed)
Use attribute names with underscores for GCC
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
... which should prevent accidental interactions between user-defined macros and boost internals.
Attachments (1)
Change History (3)
by , 11 years ago
Attachment: | boost-asio.patch added |
---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [79649]) Decorate GCC attribute names with underscores to prevent interaction with user-defined macros. Refs #6415