Files
scylladb/utils
Vlad Zolotarov f1aa0df4c3 class_registrator: ensure the static member initialization order
There was a possibility for initialization disorder of static member _classes
and its usage in another static class.

Defining the _classes inside the static method that is called when it's accessed ensures
the proper initialization (aka "standard trick", quoting Avi ;)).

Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>
2015-06-09 15:33:38 +03:00
..
2015-04-01 09:43:47 +02:00
2015-05-19 11:22:41 -04:00
2015-05-19 11:22:41 -04:00
2015-01-06 17:23:46 +08:00