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 previous 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
 
Read Message
Read Message
Previous Topic: DeepCopyOption do_clone inconsistancy?
Next Topic: Patch for Algo.h
Goto Forum:
  


Current Time: Thu Apr 18 19:03:05 CEST 2024

Total time taken to generate the page: 0.01536 seconds