SFML/test
ZXShady de9286c11f Use explicit conversion operator instead of explicit constructor
I also added a type trait test to check whether the conversion operator is marked explicit.

this change has the advantage of being  clearer imo as it is a conversion operator for conersions not a constructor.

and also it allows users to take the address of convesion operator which I don't know if someone might find that useful.
2024-10-02 00:15:54 +02:00
..
Audio Throw custom sf::Exception type 2024-08-25 12:17:49 -06:00
Graphics Use explicit conversion operator instead of explicit constructor 2024-10-02 00:15:54 +02:00
install Use ON and OFF for CMake booleans 2024-09-11 14:36:13 -06:00
Network Pass sf::IpAddress by value 2024-07-27 15:53:03 -06:00
System Use explicit conversion operator instead of explicit constructor 2024-10-02 00:15:54 +02:00
TestUtilities Fix clang-tidy-19 errors 2024-09-24 18:42:31 -06:00
Window Add window create functions without style specifier 2024-09-16 12:05:59 -04:00
CMakeLists.txt Use ON and OFF for CMake booleans 2024-09-11 14:36:13 -06:00