Files
scylladb/tests
Jesse Haber-Kucharsky 5c39a2cc15 auth: Fix static constant initialization
Using "Meyer's singletons" eliminate the problem of static constant
initialization order because static variables inside functions are
initialized only the first time control flow passes over their
declaration.

Fixes #2966.
2017-11-15 23:16:52 -05:00
..
2017-09-29 15:17:53 +02:00
2017-07-16 11:55:08 +02:00
2017-08-10 15:01:10 -04:00