This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] V3 PATCH: Add support for aligned storage
Benjamin Kosnik <bkoz@redhat.com> writes:
| > That is what I did in the first place. Then I changed my mind because
| >
| > 1) that construct is already used in our own source code -- although
| > in a much more verbose form.
|
| So is stdio_filebuf, and it's in ext.
|
| > 2) Adding a #include <ext/storage> in src/globals.cc doesn't seem to
| > work. I confess I didn't want to tweak the build flags further.
| > And based on observation 1) I reverted to the bits/storage.h
| > thingy.
|
| Hmmm. Still, you should move to ext, and work through this build issue.
|
| See the way this is handled in src/globals.cc:
OK. I'll rearrange the bits.
Thanks.
-- Gaby