boostorg/locale

BOOST_LOCALE_HAVE_WCSFTIME_L unused

Closed this issue · 1 comments

The define at

#define BOOST_LOCALE_HAVE_WCSFTIME_L
is not used.

Instead the non-prefixed one is used at

#ifdef HAVE_WCSFTIME_L

@artyom-beilis Do you know which test should detect this problem?

Interesting and good question.

This is generic test of posix_formatting IIRC.
But it looks like that fallback is working good enough so it wasn't found.