From 5bde26a8850c8b8b13a3451f606059af3c51f0aa Mon Sep 17 00:00:00 2001 From: Kai Ni Date: Wed, 2 Dec 2009 19:37:54 +0000 Subject: [PATCH] odprintf is an auxiliary function to printf for Win32 compatibility --- cpp/Vector.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpp/Vector.h b/cpp/Vector.h index a7d37c744..cd470feae 100644 --- a/cpp/Vector.h +++ b/cpp/Vector.h @@ -20,7 +20,9 @@ typedef boost::numeric::ublas::vector Vector; namespace gtsam { - +/** + * An auxiliary function to printf for Win32 compatibility, added by Kai + */ void odprintf(const char *format, ...); /**