Fixed typos

This commit is contained in:
Antony Polukhin
2017-03-18 13:26:22 +03:00
parent fb9de2bb6b
commit cc3c37a930
2 changed files with 2 additions and 2 deletions

View File

@@ -219,7 +219,7 @@ int test_inplace() {
return 51;
}
#ifndef !defined(BOOST_MSVC) && !defined(BOOST_STACKTRACE_USE_WINDBG)
#if !defined(BOOST_MSVC) && !defined(BOOST_STACKTRACE_USE_WINDBG)
// This is very dependent on compiler and link flags. No sane way to make it work, because
// BOOST_NOINLINE could be ignored by MSVC compiler if link-time optimization is enabled.
if (ss1 && ss1[0].name() != ss2[0].name()) {