Skip to content

ExecutionContext: Fix metadata keys

Jürg Billeter requested to merge juerg/metadata into main

ExecutionOptions uses hyphens, not underscores.

This fixes trexe crashing with:

terminate called after throwing an instance of 'std::out_of_range'
  what():  _Map_base::at

Merge request reports