Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: 680
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: Mon Apr 29 18:00:22 CEST 2024

Total time taken to generate the page: 0.03325 seconds