From fda6414443d25e3c8d90043669744a47ce29fe45 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Thu, 19 Dec 2013 08:09:13 +0400 Subject: [PATCH] Don't use vector<>::data. This is only required by C++ 11. Most compilers have it anyway, but there are exceptions, like msvc 8 and msvc 9. --- test/exception_txt_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/exception_txt_test.cpp b/test/exception_txt_test.cpp index d37973a..bbc6003 100644 --- a/test/exception_txt_test.cpp +++ b/test/exception_txt_test.cpp @@ -59,7 +59,7 @@ void test_each_exception_message(const string& test_description, const vector