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

Home » Developing U++ » UppHub » Functions4U doesn't compile anymore
Functions4U doesn't compile anymore [message #39524] Mon, 25 March 2013 22:52 Go to previous message
Didier is currently offline  Didier
Messages: 740
Registered: November 2008
Location: France
Contributor
Hi Koldo,

I just noticed that Functions4U does not compile anymore because some functions have recently been added in Core/Defs.h

template <class T> inline const T& min(const T& a, const T& b, const T& c)
{ return min(a, min(b, c)); }
template <class T> inline const T& min(const T& a, const T& b, const T& c, const T& d)
{ return min(min(a, b), min(c, d)); }

template <class T> inline const T& max(const T& a, const T& b, const T& c)
{ return max(a, max(b, c)); }
template <class T> inline const T& max(const T& a, const T& b, const T& c, const T& d)
{ return max(max(a, b), max(c, d)); }


These functions also exist in Functions4U.h

[Updated on: Mon, 25 March 2013 22:57]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to use RasterCtrl for image created with BufferPainter
Next Topic: StaticImage enhancement
Goto Forum:
  


Current Time: Wed May 06 00:59:58 GMT+2 2026

Total time taken to generate the page: 0.00550 seconds