summaryrefslogtreecommitdiff
path: root/boost/stacktrace/detail/frame_msvc.ipp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/stacktrace/detail/frame_msvc.ipp')
-rw-r--r--boost/stacktrace/detail/frame_msvc.ipp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/stacktrace/detail/frame_msvc.ipp b/boost/stacktrace/detail/frame_msvc.ipp
index 6719598b33..6110524568 100644
--- a/boost/stacktrace/detail/frame_msvc.ipp
+++ b/boost/stacktrace/detail/frame_msvc.ipp
@@ -164,7 +164,7 @@ public:
#else
#ifdef BOOST_NO_CXX11_THREAD_LOCAL
-# error Your compiler does not support C++11 thread_local storage. It's impossible to build with BOOST_STACKTRACE_USE_WINDBG_CACHED.
+# error Your compiler does not support C++11 thread_local storage. It`s impossible to build with BOOST_STACKTRACE_USE_WINDBG_CACHED.
#endif
static com_holder< ::IDebugSymbols>& get_thread_local_debug_inst() BOOST_NOEXCEPT {