Experiment with scan API

This commit is contained in:
Victor Zverovich
2019-05-15 10:02:40 -07:00
parent 25b72fc4cd
commit 5ee0804631
2 changed files with 88 additions and 0 deletions
+1
View File
@@ -105,6 +105,7 @@ add_fmt_test(prepare-test)
add_fmt_test(printf-test)
add_fmt_test(custom-formatter-test)
add_fmt_test(ranges-test)
add_fmt_test(scan-test)
# MSVC fails to compile GMock when C++17 is enabled.
if (FMT_HAS_VARIANT AND NOT MSVC)