mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
https://code.ros.org/trac/opencv/ticket/1432 Reported by: Roman Divacky <rdivacky@FreeBSD.org> Obtained from: OpenCV (revision 6881)
17 lines
466 B
C++
17 lines
466 B
C++
Index: modules/flann/include/opencv2/flann/any.h
|
|
===================================================================
|
|
--- modules/flann/include/opencv2/flann/any.h (revision 6880)
|
|
+++ modules/flann/include/opencv2/flann/any.h (revision 6881)
|
|
@@ -30,6 +30,12 @@
|
|
{
|
|
};
|
|
|
|
+inline std::ostream& operator <<(std::ostream& out, const empty_any&)
|
|
+{
|
|
+ out << "[empty_any]";
|
|
+ return out;
|
|
+}
|
|
+
|
|
struct base_any_policy
|
|
{
|
|
virtual void static_delete(void** x) = 0;
|