
8 May
2005
8 May
'05
8:50 a.m.
"Tobias Schwinger" <tschwinger@neoscientists.org> wrote
Static constants in "<type>_constants"-namespaces are also undesirable, because there is no way to select a namespace named "<T>_constants" from within a template.
FWIW thi would work fine for me: typedef std::math::constants<T> math; 2 * math::pi * r ; regards Andy Little