From b30e3579bca8949f189827ab674efd0599209765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 17 Apr 2013 14:36:46 +0200 Subject: Use 'template' keyword to treat 'vector' as a dependent template name Change-Id: I736c0ef531eb302276dc763584da75e44579e643 Reviewed-by: Simon Hausmann --- src/3rdparty/masm/stubs/wtf/Vector.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdparty/masm') diff --git a/src/3rdparty/masm/stubs/wtf/Vector.h b/src/3rdparty/masm/stubs/wtf/Vector.h index 1fa2b58eec..a32df4f9ad 100644 --- a/src/3rdparty/masm/stubs/wtf/Vector.h +++ b/src/3rdparty/masm/stubs/wtf/Vector.h @@ -70,7 +70,7 @@ public: inline void append(const Vector& vector) { - this->insert(this->std::vector::end(), vector.std::vector::begin(), vector.std::vector::end()); + this->insert(this->std::vector::end(), vector.std::template vector::begin(), vector.std::template vector::end()); } inline void append(const T* ptr, size_t count) -- cgit v1.2.3