Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73216 - trunk/status
From: artyomtnk_at_[hidden]
Date: 2011-07-18 09:48:46


Author: artyom
Date: 2011-07-18 09:48:45 EDT (Mon, 18 Jul 2011)
New Revision: 73216
URL: http://svn.boost.org/trac/boost/changeset/73216

Log:
Marked Boost.Locale as unusable on Windows Mobile

Text files modified:
   trunk/status/explicit-failures-markup.xml | 12 ++++++++++++
   1 files changed, 12 insertions(+), 0 deletions(-)

Modified: trunk/status/explicit-failures-markup.xml
==============================================================================
--- trunk/status/explicit-failures-markup.xml (original)
+++ trunk/status/explicit-failures-markup.xml 2011-07-18 09:48:45 EDT (Mon, 18 Jul 2011)
@@ -6349,6 +6349,18 @@
 
     </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">


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk