From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27394 invoked by alias); 30 May 2010 15:54:58 -0000 Received: (qmail 27350 invoked by uid 48); 30 May 2010 15:54:41 -0000 Date: Sun, 30 May 2010 15:54:00 -0000 Message-ID: <20100530155441.27349.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/44333] Ambiguity with typedef and using namespace In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "paolo dot carlini at oracle dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg03274.txt.bz2 ------- Comment #1 from paolo dot carlini at oracle dot com 2010-05-30 15:54 ------- And replacing both: using namespace my; with using my::my_size_t; instead works. This is crazy (IMHO ;) and would not be a workaround for me) -- paolo dot carlini at oracle dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Version|4.5.0 |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44333