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

Author Topic: An overload for sf::RectangleShape::setSize that takes 2 float argument  (Read 8590 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: An overload for sf::RectangleShape::setSize that takes 2 float argument
« Reply #15 on: April 13, 2013, 10:54:29 pm »
Quote
(and if you write the one constructor to call the other one, there isn't really any "duplication".
Constructors can only call other constructors in C++11, which SFML doesn't use.
Laurent Gomila - SFML developer