After reading a lot of the questions regarding initialization of static variables I am still not sure how this applies to const variables at namespace level.
Static initialization fiasco refers to static variables that depend on each other. Merely defining some static const variables will not be a source of problems.