CelestiaProject / Celestia

Real-time 3D visualization of space.
https://celestiaproject.space
GNU General Public License v2.0
1.76k stars 299 forks source link

std::binary_function is (deprecated in C++11) and (removed in C++17) #2162

Closed qd1308504206 closed 3 months ago

qd1308504206 commented 3 months ago

file : src/celengine/mesh.cpp class PrimitiveGroupComparator : public std::binary_function<const Mesh::PrimitiveGroup, const Mesh::PrimitiveGroup, bool> { }

ajtribick commented 3 months ago

Already fixed in master.