You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The keyword 'namespace' is a reserved word in C++, so globally
remove use of the variable name 'namespace'.
Generally speaking, all local variables and function parameters
that were 'namespace' are now 'ns'. In a few locations that
'namespace' was previously changed to 'name_space', use 'ns'
instead.
Structs that stored a namespace name now use the variable 'ns_name'.
In kvs-watch, rename 'struct namespace' to 'struct ns_monitor', and
use the variable 'nsm' for that struct.
Fixesflux-framework#1963
As mentioned in #1949, it's a reserved word for C++.
The text was updated successfully, but these errors were encountered: