Versions

[{“Name”:“C++17”,“GroupName”:null}]

Introduction

An inline variable is allowed to be defined in multiple translation units without violating the One Definition Rule. If it is multiply defined, the linker will merge all definitions into a single object in the final program.