fmtlegacy/include/fmt
Ivan Shynkarenka 21acc2af43 Fix more Visual Studio 2019 pedantic warnings (#1371)
* format-inl.h(444,1): warning C4804: '>>': unsafe use of type 'bool' in operation
format.h(2808,1): warning C4127: conditional expression is constant

* More fixes for VS2019 pedantic warnings

* Fix "conditional expression is constant" VS2019 warning in more specific way

* Use const_check to silence constexpr warning
2019-10-22 17:13:03 -07:00
..
chrono.h Optimize counting 2019-10-21 06:57:42 -07:00
color.h Optimize counting 2019-10-21 06:57:42 -07:00
compile.h Optimize counting 2019-10-21 06:57:42 -07:00
core.h Patch compiler error when building using nvcc 2019-10-22 08:34:52 -07:00
format-inl.h Fix more Visual Studio 2019 pedantic warnings (#1371) 2019-10-22 17:13:03 -07:00
format.h Fix more Visual Studio 2019 pedantic warnings (#1371) 2019-10-22 17:13:03 -07:00
locale.h Disallow passing views as lvalues 2019-07-09 12:18:48 -07:00
ostream.h Disable integral operator<< (#1316) 2019-09-23 20:34:08 -07:00
posix.h Fix locale detection 2019-07-26 12:13:05 +03:00
printf.h Fix more Visual Studio 2019 pedantic warnings (#1371) 2019-10-22 17:13:03 -07:00
ranges.h Fix ambiguity for types with dodgy conversions 2019-09-28 11:35:20 -07:00
safe-duration-cast.h workaround VS2019 Update 3 compiler bug. (#1328) 2019-09-24 11:29:29 -07:00