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
..
2024-08-25 12:17:49 -06:00
2024-09-11 14:36:13 -06:00
2024-07-27 15:53:03 -06:00
2024-09-24 18:42:31 -06:00