From c98c022974ee1af18bcd5394efb73e760d80bc65 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Fri, 19 Jul 2019 15:29:22 +0200 Subject: fixed a misformulation in operators implementation notes comment --- include/dwu/operators | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/dwu/operators b/include/dwu/operators index fde9118..24dcd96 100644 --- a/include/dwu/operators +++ b/include/dwu/operators @@ -34,7 +34,7 @@ written out min-comparison, like this: auto const lsz = l.size(); auto const rsz = r.size(); Cl v( (lsz < rsz) ? lsz : rsz ); -This is used instead of container for two reasons: +This is used instead of std::min defined for two reasons: 1. It avoids inclusion of a header. Although is rather lightweight, the extra compile time is measureable. -- cgit v1.2.3