From 5c0ee5d6b7ce8956cc97e78c93dddb19fcd05322 Mon Sep 17 00:00:00 2001 From: John Jones Date: Mon, 12 Nov 2018 20:57:58 -0500 Subject: [PATCH] clarify comment --- src/stacktrace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stacktrace.cpp b/src/stacktrace.cpp index 6ccd8cc..7abc606 100644 --- a/src/stacktrace.cpp +++ b/src/stacktrace.cpp @@ -4,7 +4,7 @@ #include #include -// only include stacktrace stuff if boost >= 1.65 +// only include stacktrace stuff if boost >= 1.65 and not macOS #if BOOST_VERSION / 100000 >= 1 && ((BOOST_VERSION / 100) % 1000) >= 65 && !defined(__APPLE__) #include #include