Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / fiber / doc / stack.qbk
index ff3b7a4..fa64c8f 100644 (file)
@@ -290,4 +290,14 @@ as stack space which suppresses the errors.
 
 [endsect]
 
+[section:sanitizers Support for sanitizers]
+
+Sanitizers (GCC/Clang) are confused by the stack switches.
+The library (and Boost.Context too) is required to be compiled with property (b2 command-line)
+`context-impl=ucontext` and compilers santizer options.
+Users must define `BOOST_USE_ASAN` before including any Boost.Context headers
+when linking against Boost binaries.
+
+[endsect]
+
 [endsect]