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:
parent
d9d59bc1f4
commit
25750ad2a2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue