google/benchmark

Dynamically initialized globals are problematic

Open

#233 ouverte le 2 juin 2016

Voir sur GitHub
 (3 commentaires) (0 réactions) (0 assignés)C++ (1 539 forks)batch import
help wanted

Métriques du dépôt

Stars
 (7 968 stars)
Métriques de merge PR
 (Merge moyen 4j 2h) (19 PRs mergées en 30 j)

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

Guide contributeur