Files
fmt/test
denchat 3fd134be03 Move test_count_digits to format-impl-test and disable gtest warnings (#1147)
* This translation unit includes `gtest.h` in which using something like `strncpy`

Suppress MSVC warnings from `gtest.h` included.

Warning sample:
fmt-master\test\gtest\gtest.h(2873,10): warning: 'strncpy' is deprecated: This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]

* Moving `test_count_digits` to format-impl-test then count_digits<4>(internal::uintptr_t) shall not be exported

* retaining _CRT_SECURE_NO_WARNINGS always defined should be no harms.
2019-05-07 12:09:11 -07:00
..
2017-03-09 06:09:43 -08:00
2019-05-05 08:53:23 -07:00
2019-04-13 11:37:52 -07:00
2019-03-10 07:57:29 -07:00
2019-04-07 20:32:28 -07:00
2019-04-19 15:10:12 -07:00
2019-04-08 07:53:59 -07:00
2019-04-19 17:15:46 -07:00
2019-04-07 20:32:28 -07:00
2019-04-13 11:37:52 -07:00
2019-01-13 06:58:20 -08:00
2019-01-13 06:58:20 -08:00