User profile: rcx11

User info
User name:rcx11
History
Joined:
Number of posts:23
Latest posts:

Global variable in anonymous namespace changes value without call to set()
Thanks for all the info. I was thoroughly unfamiliar with the topic. I appreciate the feedback. My ...

Global variable in anonymous namespace changes value without call to set()
[quote]You'd want to declare it with extern, or declare the variable inline (in C++17)[/quote] I've ...

Global variable in anonymous namespace changes value without call to set()
The anonymous namespace is in the header so that the function templates can utilize it. The access ...

Global variable in anonymous namespace changes value without call to set()
I've condensed it to (only) about 225 lines of the relevant code. Applicable notes are on lines 15, ...

Global variable in anonymous namespace changes value without call to set()
I'm working on a program that utilizes a variety of measurable fluid properties. The imperical equat...