google/benchmark

Dynamically initialized globals are problematic

Open

#233 aberto em 2 de jun. de 2016

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (1.539 forks)batch import
help wanted

Métricas do repositório

Stars
 (7.968 stars)
Métricas de merge de PR
 (Mesclagem média 4d 2h) (19 fundiu PRs em 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

Guia do colaborador