Home » Extra libraries, Code snippets, applications etc. » C++ language problems and code snippets » prototype not found (MinGW doesnt understand defaults)
Re: prototype not found [message #51859 is a reply to message #51851] |
Mon, 10 June 2019 16:55   |
Novo
Messages: 1430 Registered: December 2006
|
Ultimate Contributor |
|
|
Type conversion operator will be able to deduct type in your case.
struct S {
template <typename T>
operator T() const;
};
Regards,
Novo
|
|
|
Goto Forum:
Current Time: Tue Jul 08 22:49:06 CEST 2025
Total time taken to generate the page: 0.03205 seconds
|