Return-Path: Delivered-To: apmail-stdcxx-dev-archive@www.apache.org Received: (qmail 56718 invoked from network); 24 Jun 2008 23:56:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jun 2008 23:56:23 -0000 Received: (qmail 60051 invoked by uid 500); 24 Jun 2008 23:56:24 -0000 Delivered-To: apmail-stdcxx-dev-archive@stdcxx.apache.org Received: (qmail 60035 invoked by uid 500); 24 Jun 2008 23:56:24 -0000 Mailing-List: contact dev-help@stdcxx.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stdcxx.apache.org Delivered-To: mailing list dev@stdcxx.apache.org Received: (qmail 60024 invoked by uid 99); 24 Jun 2008 23:56:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 16:56:24 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of msebor@gmail.com designates 64.233.184.227 as permitted sender) Received: from [64.233.184.227] (HELO wr-out-0506.google.com) (64.233.184.227) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jun 2008 23:55:34 +0000 Received: by wr-out-0506.google.com with SMTP id c8so1511540wra.27 for ; Tue, 24 Jun 2008 16:55:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :organization:user-agent:mime-version:to:subject:content-type :content-transfer-encoding:sender; bh=G5Uc5/1Yr6M8JhQW6MSZ1U6YYuiChpsu6eTQ8rKsHz0=; b=d3zw5vtCFq2zwUVsUBGCoWITb7nlWKV/4aIOkoS6JXmLKjqCcbmbQiCxepXfAR6xP7 vQbkqimeCxEeNuOw+xc9GOCKrBTPs5JXfYWt7t6DvHE7qGDvPO7eDKrfik4phs7V5+5A 6KNQBnlvNuHtmuOXbXiLMiaRze342OjIDpTVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to :subject:content-type:content-transfer-encoding:sender; b=eHXyXiRh5yr2Wu4mUSdQjqkAarmJsDiVwk9+Bi+ODkGGs0MicYg+laVGlDAcumaxB7 B0DFm9fqYDdzTFMbchl5joLVHqIczYlWiwVtq+MRU2UhGXdEjGwrI3a0W01rxbugACer SjhFK/ZQH7V8z8nFzzU76OaIOOJyXN5xYRgIE= Received: by 10.90.82.8 with SMTP id f8mr12676142agb.2.1214351735471; Tue, 24 Jun 2008 16:55:35 -0700 (PDT) Received: from localhost.localdomain ( [71.229.200.170]) by mx.google.com with ESMTPS id a22sm318578pye.6.2008.06.24.16.55.34 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 24 Jun 2008 16:55:34 -0700 (PDT) Message-ID: <48618975.7070800@roguewave.com> Date: Tue, 24 Jun 2008 17:55:33 -0600 From: Martin Sebor Organization: Rogue Wave Software, Inc. User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: dev@stdcxx.apache.org Subject: question about aligned_storage Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Martin Sebor X-Virus-Checked: Checked by ClamAV on apache.org While looking at the hoops we jump through to implement aligned_storage I recalled the gcc __attribute__ (aligned (N)). Is there any to use it to simplify the implementation for gcc? See http://tinyurl.com/5kmvdy for reference. Martin