[eigen-commits] commit/eigen: ggael: Introduce internal's UIntPtr and IntPtr types for pointer to integer conversions. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: ggael: Introduce internal's UIntPtr and IntPtr types for pointer to integer conversions.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Thu, 26 May 2016 08:52:23 -0000
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=UlmB2RnnsO59iW0U2Pm9JxQCYkE=; b=1KSCBDZJcFxUAK0rIulVnFX tPexWiFkczyTP8sXR0Lb2FxtMCGDq6hWcYCjpN4GOfsinRakhGZSrybgT4W6hpdr ir757YALbWzllyTy7oUYGLcge2dwjwCK3E53yRYNHLSpfzFjAPmK/i4MuE0584Lx wiNGVFOLrsLo5pT579ls=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/e7fd94b72c6a/
Changeset: e7fd94b72c6a
User: ggael
Date: 2016-05-26 08:52:12+00:00
Summary: Introduce internal's UIntPtr and IntPtr types for pointer to integer conversions.
This fixes "conversion from pointer to same-sized integral type" warnings by ICC.
Ideally, we would use the std::[u]intptr_t types all the time, but since they are C99/C++11 only,
let's be safe.
Affected #: 9 files
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.