-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
The library builds with -fno-strict-aliasing on GCC:
Line 202 in 8a88072
| <toolset>gcc:<cxxflags>-fno-strict-aliasing # avoids strict aliasing violations in other Boost components |
The comment says that it is because of other Boost libraries but does not name them or link bug reports, making it hard to justify the flag. It should be a good thing to re-raise the issue on the libraries that still had not fixed it, as strict aliasing is a severe violation.
Metadata
Metadata
Assignees
Labels
No labels