@STL Do you happen to know if there is a define I can use to feature detect?
For example,
#if CTP > 1
#define VARIADIC_TEMPLATES_SUPPORTED
#endif
Thanks!