Opened 11 years ago

Closed 10 years ago

#6415 closed Bugs (fixed)

Use attribute names with underscores for GCC

Reported by: Petr Machata <pmachata@…> 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)

boost-asio.patch (990 bytes ) - added by Petr Machata <pmachata@…> 11 years ago.

Download all attachments as: .zip

Change History (3)

by Petr Machata <pmachata@…>, 11 years ago

Attachment: boost-asio.patch added

comment:1 by chris_kohlhoff, 10 years ago

(In [79649]) Decorate GCC attribute names with underscores to prevent interaction with user-defined macros. Refs #6415

comment:2 by chris_kohlhoff, 10 years ago

Resolution: fixed
Status: newclosed

(In [79694]) Merge from trunk:

  • Decorate GCC attribute names with underscores to prevent interaction with user-defined macros. Fixes #6415
  • Add missing #include of <cctype>, needed for some versions of MinGW.
  • Use gcc's atomic builtins on arm, when available. Fixes #7140.
Note: See TracTickets for help on using tickets.