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 » U++ Library support » U++ Core » PolyCompare instantiation template<> for double missing
PolyCompare instantiation template<> for double missing [message #53151] Mon, 09 March 2020 12:04 Go to next message
kohait00 is currently offline  kohait00
Messages: 939
Registered: July 2009
Location: Germany
Experienced Contributor
I stumbled upon the following

Value.hpp:78
template<> //<<< MISSING
inline int PolyCompare(const double& x, const Value& v) {
	return IsNumber(v) ? SgnCompare((double)x, (double)v) : 0;
}


thinking it is a small bug
Re: PolyCompare instantiation template<> for double missing [message #53154 is a reply to message #53151] Mon, 09 March 2020 15:56 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks, fixed.
Previous Topic: DeepCopyOption do_clone inconsistancy?
Next Topic: Patch for Algo.h
Goto Forum:
  


Current Time: Fri Apr 26 01:31:02 CEST 2024

Total time taken to generate the page: 0.03328 seconds