Commit Graph

7 Commits

Author SHA1 Message Date
Antony Polukhin
c759ce3141 Fix more MSVC warnings 2017-02-15 17:32:34 +03:00
Antony Polukhin
c8ce236302 Added a comment on warning suppression and slightly change one of the suppressions 2017-02-14 21:04:52 +03:00
Daniela Engert
804f6c24f0 Silence msvc compiler warnings about constant conditional expressions.
Signed-off-by: Daniela Engert <dani@ngrt.de>
(cherry picked from commit 9b7df2d7839240f9496aa6cc323de6bf7e688062)
2016-12-30 10:19:00 +01:00
Antony Polukhin
5c8c897d30 Fixed as many -Wconversion warnings in lexical cast and tests as possible (refs #2558)
[SVN r82695]
2013-02-03 09:20:28 +00:00
Gennadiy Rozental
3d60698843 eliminated unit_test_framework
[SVN r74720]
2011-10-05 09:15:12 +00:00
Antony Polukhin
dc9b364d6f Fixes #5417. Much better performance on casts to integral types.
Adds more tests for overflow detection.
Workaround for bugs of vc8 (lexical_cast_vc8_bug_test.cpp now passes)
Fixes some inspection errors.

[SVN r72056]
2011-05-20 17:11:53 +00:00
Alexander Nasonov
79a141ce9d Add new test libs/conversion/test/lexical_cast_vc8_bug_test.cpp.
[SVN r56229]
2009-09-15 23:38:21 +00:00