On 05/01/2018 11:18 AM, Phil Bouchard wrote:
> I just tried to support nested structures and given nested structures
> and template specializations aren't commutative then it's not possible
> to support them if you want to respect the access scope at the same
> time. If you give up the nested decla
On 04/25/2018 08:02 AM, Phil Bouchard wrote:
Support for nested structures is easy to fix and will just take a day or
two to do so. For example:
struct A
{
struct B
{
};
};
Will be converted into the following so that I can have their
specialization in a top-level namespace:
struct
Congratulations to Oliver. The wiki was updated.
--
Alex
> -Original Message-
> From: Development [mailto:development-
> bounces+alexander.blasche=qt...@qt-project.org] On Behalf Of Maurice
> Kalinowski
> Sent: Monday, 9 April 2018 14:18
> To: development@qt-project.org
> Subject: [Devel