Is there a way to have constructor which is availa...
# multiplatform
r
Is there a way to have constructor which is available only for specific platform? I know I can kind of achieve this with free function returning new object, but I'm asking specifically about constructors.