]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/format/internals.hpp
64-bit fix to boost::format.
[lyx.git] / boost / boost / format / internals.hpp
index 6c0647b8afe0b62820fb8b00a654a890c0383c68..7690373b7b5d6c77b7add03d453b01b910af83a8 100644 (file)
@@ -96,7 +96,7 @@ namespace detail {
 
         stream_format_state fmtstate_;// set by parsing, is only affected by modify_item
 
-        signed int truncate_;    //- is set for directives like %.5s that ask truncation
+        std::streamsize truncate_;    //- is set for directives like %.5s that ask truncation
         unsigned int pad_scheme_;//- several possible padding schemes can mix. see pad_values
     };