#ifndef B2_H #define B2_H template struct S { static constexpr T value = v; }; template constexpr T S::value; #endif