mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 14:44:02 +00:00
Marked Boost.Locale as unusable on Windows Mobile
[SVN r73216]
This commit is contained in:
parent
77a49d9277
commit
223ad817f0
1 changed files with 12 additions and 0 deletions
|
@ -6349,6 +6349,18 @@ These tests will fail in most compilers that don't support rvalue references.
|
|||
|
||||
</library>
|
||||
|
||||
<library name="locale">
|
||||
<mark-unusable>
|
||||
<toolset name="*msvc*wm5*" />
|
||||
<note author="Artyom Beilis">
|
||||
Windows Mobile lacks essential features of the standard C
|
||||
library like gmtime, mktime, localtime making it impossible
|
||||
to use Boost.Locale on this platform.
|
||||
</note>
|
||||
</mark-unusable>
|
||||
</library>
|
||||
|
||||
|
||||
<!-- /////////////// Standard note definitions /////////////// -->
|
||||
|
||||
<note id="0">
|
||||
|
|
Loading…
Add table
Reference in a new issue