From 3750edc64f9cf7f0b397d7fe343e667eb1490892 Mon Sep 17 00:00:00 2001 From: Dashster Date: Fri, 1 Dec 2017 06:44:35 -0800 Subject: [PATCH 1/3] Update interfaces.d $(TR $(TD $(LREF OutputRangeObject)) $(TD Class that implements the $(D OutputRange) interface and wraps the $(D put) methods in virtual functions. ************************************************************* )) <- add the missing ending double parentheses *************************************************************** --- std/range/interfaces.d | 1 + 1 file changed, 1 insertion(+) diff --git a/std/range/interfaces.d b/std/range/interfaces.d index 0aff418b877..b3a0c000852 100644 --- a/std/range/interfaces.d +++ b/std/range/interfaces.d @@ -42,6 +42,7 @@ $(BOOKTABLE , $(TR $(TD $(LREF OutputRangeObject)) $(TD Class that implements the $(D OutputRange) interface and wraps the $(D put) methods in virtual functions. + )) $(TR $(TD $(LREF outputRangeObject)) Convenience function for creating an $(D OutputRangeObject) with a base range of type R that accepts types E. From 7a7bd7d33f54a24453232119c51959cc7b07e347 Mon Sep 17 00:00:00 2001 From: Steven Schveighoffer Date: Mon, 4 Dec 2017 08:06:11 -0500 Subject: [PATCH 2/3] One additional TD needed --- std/range/interfaces.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/range/interfaces.d b/std/range/interfaces.d index b3a0c000852..0ffc2c3b120 100644 --- a/std/range/interfaces.d +++ b/std/range/interfaces.d @@ -44,7 +44,7 @@ $(BOOKTABLE , $(D put) methods in virtual functions. )) $(TR $(TD $(LREF outputRangeObject)) - Convenience function for creating an $(D OutputRangeObject) with a base + $(TD Convenience function for creating an $(D OutputRangeObject) with a base range of type R that accepts types E. )) $(TR $(TD $(LREF InputRangeObject)) From 66d3950f5f33cdac19c275842c31400767931d8d Mon Sep 17 00:00:00 2001 From: Steven Schveighoffer Date: Mon, 4 Dec 2017 08:29:09 -0500 Subject: [PATCH 3/3] get rid of stray parenthesis --- std/range/interfaces.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/range/interfaces.d b/std/range/interfaces.d index 0ffc2c3b120..b3a24408ea6 100644 --- a/std/range/interfaces.d +++ b/std/range/interfaces.d @@ -56,7 +56,7 @@ $(BOOKTABLE , of the proper type. )) $(TR $(TD $(LREF MostDerivedInputRange)) - $(TD Returns the interface type that best matches the range.) + $(TD Returns the interface type that best matches the range. )) )