Opened 15 years ago
Closed 15 years ago
#1553 closed Bugs (fixed)
restrict() unusable on platforms that treat "restrict" as a keyworld (as in C99)
Reported by: | Jonathan Turkanis | Owned by: | Jonathan Turkanis |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | iostreams |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
An example is IBM Visual Age.
Possible solutions are one or more of the following:
- Provide a macro which when defined suppresses the restrict() function
- Provide an alias restrict_()
- Provide an alias xxx() where xxx is a good descriptive name
- Rename restrict()
Note:
See TracTickets
for help on using tickets.
"slice" is now an alias for restrict. See [42565].