google/benchmark

Dynamically initialized globals are problematic

Open

#233 opened on Jun 2, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (1,539 forks)batch import
help wanted

Repository metrics

Stars
 (7,968 stars)
PR merge metrics
 (Avg merge 4d 2h) (19 merged PRs in 30d)

Description

we have a few global non-PODs in tests. these should be removed.

https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables

Contributor guide