"giovannibajo at libero dot it" <gcc-bugzilla@gcc.gnu.org> writes:
[...]
| In fact, I personally use this to expose constants without linkage:
|
| struct A {
| enum { a = 45 };
| };
agree.
| but with floating point numbers you are out of luck.
Indeed.
-- Gaby