Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Packet with Int64 and Uint64  (Read 2710 times)

0 Members and 1 Guest are viewing this topic.

Zefz

  • Newbie
  • *
  • Posts: 21
    • View Profile
Packet with Int64 and Uint64
« on: April 17, 2012, 12:18:00 am »
I noticed that the Packet class has operators for every data type except Int64 and Uint64. Is there a specific reason that the 64-bit data types are missing?

Code: [Select]
Packet p;
p << Int32; //Ok
p << Int64; //not OK (operator missing)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Packet with Int64 and Uint64
« Reply #1 on: April 17, 2012, 07:46:32 am »
No :)
Laurent Gomila - SFML developer

Zefz

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Packet with Int64 and Uint64
« Reply #2 on: April 17, 2012, 11:22:39 am »
I see :). Is this one of those times I should add a ticket to the tracker?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Packet with Int64 and Uint64
« Reply #3 on: April 17, 2012, 11:25:15 am »
Absolutely.
Laurent Gomila - SFML developer

Zefz

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Packet with Int64 and Uint64
« Reply #4 on: April 17, 2012, 11:45:59 am »
Added to tracker as Issue #208:

https://github.com/SFML/SFML/issues/208