summaryrefslogtreecommitdiff
path: root/libs/thread/test/test_9303.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libs/thread/test/test_9303.cpp')
-rw-r--r--libs/thread/test/test_9303.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/libs/thread/test/test_9303.cpp b/libs/thread/test/test_9303.cpp
index a49758a1a..19bfc3eeb 100644
--- a/libs/thread/test/test_9303.cpp
+++ b/libs/thread/test/test_9303.cpp
@@ -1,3 +1,8 @@
+// Copyright (C) 2014 Vicente Botet
+//
+// Distributed under the Boost Software License, Version 1.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
#define BOOST_THREAD_VERSION 4
#include <iostream>
#include <fstream>
@@ -81,7 +86,7 @@
#if defined EXAMPLE_3
//! Doesn't compile in C++03.
- //! error: variable ‘boost::packaged_task<std::basic_string<char>(std::basic_string<char>&)> example’ has initializer but incomplete type
+ //! error: variable âboost::packaged_task<std::basic_string<char>(std::basic_string<char>&)> exampleâ has initializer but incomplete type
{
boost::packaged_task<std::string(std::string&)> example(string_with_params);