Re: [eigen] still the solve() API debate |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] still the solve() API debate
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 21 Sep 2009 15:29:25 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=j3soHsiuy0G16Sy+XUmQ36TchS5wQULKvkiM0eiA9Fo=; b=T27Aav9cpp2VLXjPVfvLRKrf2dkJaVeMQxRg0D4aArOYt8f7F83MVFWj4DPruMiUUi K7HA8hufzGuqlaH5A7Xkvk4dt/UgtZi8K9qNTWZaKrtSlN8XrwSExMMJXVDxxMUvlpBx d+W1XwjZmh/r9+YAesmcDPCx2CPkUXlribjiA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nJP6o2PplqRsOO61pmi3b8REvQmRAUp4fatl8q0lMw1YqevVuhz6qFAjzGMzIJTMFe Glm2jEHPIrxZVI8zW7HC1CQFo/9OZD8h5HySo1OG22ab2b5FmwHNkN35KXMTYhc4je72 WKTC7mIP5sTMI2Aea14GoUjYjFT0qPX8xIdh0=
2009/9/21 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> On Mon, Sep 21, 2009 at 4:29 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
> wrote:
>>
>> Yes, it's probably a good idea to enable using c++0x features
>> automatically [...]
>>
>> This would go into Core/util/Macros.h.
>
> I did that now.
Thanks !
> I also adapted the StaticAssert header accordingly such that
> it will detect VC10. Maybe all those tests should be done in the Macros
> header or even in a separate header - similar to what boost does for each
> compiler. Otherwise we will start writing redundant checks for e.g. C++0x
> features.
Yes, good idea.
Benoit