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.
This commit is contained in:
Lioncash 2019-05-18 15:10:41 -04:00 committed by MerryMage
parent d9d59bc1f4
commit 25750ad2a2

View file

@ -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.
*/