U++ framework
Do not panic. Ask here before giving up.

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 Go to previous messageGo to previous message
Novo is currently offline  Novo
Messages: 1432
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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: What is the difference between the memory management in C and C++?
Next Topic: Nested template question
Goto Forum:
  


Current Time: Sat Jun 27 01:48:42 GMT+2 2026

Total time taken to generate the page: 0.00562 seconds