[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] iostream
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 9 Feb 2010 00:09:57 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=+gia3akZVp0RlSX1lCq9MWT2fx/BuDkmTGXhixXZ/n4=; b=PYgZ9x5mwccl39k4yYW6hRw9aifknNhDNfL2lu22QtQ874tr7kzMWI051kwwmcTT4d bnKUBeyDY7T6CGIETT0huTyzdQvW6faElPodhVCpf4DLNXmaQKAqHen8SBUmNsrsvQGW dfi6yf+Tf/3W2qI7wip7ojB9A9ESt/RlyoYzU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=sbGKaSX1uo43eAnPT1yNJtPUKaKRUtnxIUgDksOURQReALfanPwtIQROjT8C6rU/x6 SeCUCLsQyHG0B4w4KEz3FYL/+yncrNqWz+J71ywirCU3RpECjxXALe6gdu1CzCvhl1q+ cxXa8dgqMyF5jAS+AQRI1qZW67EoGm5pqRFmo=
Hi,
I just found this:
http://llvm.org/docs/CodingStandards.html#ll_iostream
Maybe we have to give up the convenience of having Eigen including iostream?
Benoit