Subject: Re: [boost] [heap] typedef T gets prevalence over template parameter
From: Tim Blechmann (tim_at_[hidden])
Date: 2012-09-07 05:50:17


> ... or keep Cmp as a member, if possible. Although this would defeat EBO.

atm, i'm more thinking of renaming T to a name that is unlikely to be
used as member of the Cmp object like
BoostHeapValueArgumentWithANameThatHopefullyDoesNotClashWithAnythingOnMsvc

tim