[parameter] Parameter-enabled class templates not exercised in tests?

Hello, Unless I'm missing something, looks like Parameter-enabled class template facilities (BOOST_PARAMETER_TEMPLATE_KEYWORD etc.) coming with the 1.34 version of Boost.Parameter are not excercised in the lib tests. Is this intentional or an overlook? I cannot know which compilers do support this functionality. Thank you, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Joaquín Mª López Muñoz wrote:
Hello,
Unless I'm missing something, looks like Parameter-enabled class template facilities (BOOST_PARAMETER_TEMPLATE_KEYWORD etc.) coming with the 1.34 version of Boost.Parameter are not excercised
in the lib tests. Is this intentional or an overlook?
It's a mistake. Note that it's the macro that isn't covered by the tests. Class templates are tested in ntp.cpp. -- Daniel Wallin Boost Consulting www.boost-consulting.com

Daniel Wallin ha escrito:
Joaquín Mª López Muñoz wrote:
Hello,
Unless I'm missing something, looks like Parameter-enabled class template facilities (BOOST_PARAMETER_TEMPLATE_KEYWORD etc.) coming with the 1.34 version of Boost.Parameter are not excercised
in the lib tests. Is this intentional or an overlook?
It's a mistake. Note that it's the macro that isn't covered by the tests. Class templates are tested in ntp.cpp.
Aah, OK. Thank you for the clarification! Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
participants (2)
-
Daniel Wallin
-
Joaquín Mª López Muñoz