Skip to content
Snippets Groups Projects
Commit de4a69cb authored by Sam Yates's avatar Sam Yates
Browse files

Use optional type for event_queue

Replace use of `std::pair<bool,T>` with `optional<T>` in
event queue code, where `optional` is taken from the
implementation defined in `external/optionalm`.
parent 62b39e87
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment