Yes it was added in 2010. There were some other headers VS had issues with
for longer. But as of VS2017 15.9, it is compliant fully with all of
C++11/14/17 and most of C99.
On Mon, Mar 25, 2019 at 6:16 PM Drew Van Zandt
wrote:
> MSVC 2010 includes it.
>
>
> https://stackoverflow.com/questions/12
MSVC 2010 includes it.
https://stackoverflow.com/questions/126279/c99-stdint-h-header-and-ms-visual-studio
*Drew Van Zandt*
On Mon, Mar 25, 2019 at 5:25 PM Wayne Stambaugh
wrote:
> I don't know if it's still true but msvc didn't include stdint.h so
> making this policy would have left msvc u
I don't know if it's still true but msvc didn't include stdint.h so
making this policy would have left msvc users without a solution. This
may no longer be true and I seem to remember that someone was providing
an implementation of stdint.h for msvc. If this is no longer the case,
then it could b
Le 25/03/2019 à 19:58, Jeff Young a écrit :
> Hi JP,
>
> I’m afraid I just move the decl (and its comment) from another file. It
> appears the author
> was Henner Zeller in 3f57fa5d2443a085c9fa243c615d71dc470a0107.
>
> Commit comment was:
>
> Change time_t in the functions that deal with
Any reason not to just make a policy moving forward to define anything
related to file formats using stdint types so that there are no
architecture variations possible?
On Mon, Mar 25, 2019 at 2:59 PM Jeff Young wrote:
> Hi JP,
>
> I’m afraid I just move the decl (and its comment) from another f
Hi JP,
I’m afraid I just move the decl (and its comment) from another file. It
appears the author
was Henner Zeller in 3f57fa5d2443a085c9fa243c615d71dc470a0107.
Commit comment was:
Change time_t in the functions that deal with timestamps to a new
typedef timestamp_t (defined as a l
Le 25/03/2019 à 16:22, Wayne Stambaugh a écrit :
> On 3/24/2019 2:34 PM, Seth Hillbrand wrote:
>> Am 2019-03-24 13:23, schrieb Jon Evans:
>>> Hi all,
>>>
>>> Another question from this forum thread:
>>> https://forum.kicad.info/t/before-giving-up-on-kicad-one-last-attempt-erc-misery/15933/67
>>>
>>
On 3/24/2019 2:34 PM, Seth Hillbrand wrote:
> Am 2019-03-24 13:23, schrieb Jon Evans:
>> Hi all,
>>
>> Another question from this forum thread:
>> https://forum.kicad.info/t/before-giving-up-on-kicad-one-last-attempt-erc-misery/15933/67
>>
>>
>> timestamp_t is defined as "long", with a note that sw
A but report about this was also reported for tracking at
https://bugs.launchpad.net/bugs/1821476
søn. 24. mar. 2019 19.34 skrev Seth Hillbrand :
> Am 2019-03-24 13:23, schrieb Jon Evans:
> > Hi all,
> >
> > Another question from this forum thread:
> >
> https://forum.kicad.info/t/before-giving-u
Am 2019-03-24 13:23, schrieb Jon Evans:
Hi all,
Another question from this forum thread:
https://forum.kicad.info/t/before-giving-up-on-kicad-one-last-attempt-erc-misery/15933/67
timestamp_t is defined as "long", with a note that swig can't handle
int32_t.
I don't understand this comment. SW
10 matches
Mail list logo