Scope

Each declaration that appears in a C++ program is only visible in some possibly discontiguous scopes.

# Defect reports

DRApplied toBehavior as publishedCorrect behavior
CWG 2793C++98an extern declaration in a block scope couldconflict with another declaration in the parent scopeprohibited

# See also