Add support for ranges, containers and tuple-like types in fmt/ranges.h

This commit is contained in:
Remotion
2018-05-13 13:28:11 -07:00
committed by Victor Zverovich
parent 984232db15
commit e3f7f3a2e9
3 changed files with 320 additions and 0 deletions
+1
View File
@@ -92,6 +92,7 @@ add_fmt_test(printf-test)
add_fmt_test(time-test)
add_fmt_test(util-test mock-allocator.h)
add_fmt_test(custom-formatter-test)
add_fmt_test(ranges-test)
# Enable stricter options for one test to make sure that the header is free of
# warnings.