From 25750ad2a2491f7cf7d60239778c3394de8492a7 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 18 May 2019 15:10:41 -0400 Subject: [PATCH] A32/coprocessor: Remove lingering boost mention in documentation comment This should have been changed to mention std::monostate, but was overlooked during the transition to standardized facilities. --- include/dynarmic/A32/coprocessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dynarmic/A32/coprocessor.h b/include/dynarmic/A32/coprocessor.h index 59e3ba98..6d921506 100644 --- a/include/dynarmic/A32/coprocessor.h +++ b/include/dynarmic/A32/coprocessor.h @@ -65,7 +65,7 @@ public: /** * Called when compiling MCRR or MCRR2 for this coprocessor. - * A return value of boost::blank will cause a coprocessor exception to be compiled. + * A return value of std::monostate will cause a coprocessor exception to be compiled. * arg0 and arg1 of the callback will contain the words sent to the coprocessor. * The return value of the callback is ignored. */