Skip to content
Commit ea8fa657 authored by Martyn Capewell's avatar Martyn Capewell
Browse files

Don't declare form_to_visitor maps as static member

Declaring the form_to_visitor maps as static members caused integration problems
for some users. Instead, use a Singleton-like construction to wrap the map in
a static accessor. Additionally, use unordered_map, as we don't need the
ordered property of map.
parent eb24cffa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment