summaryrefslogtreecommitdiff
path: root/infra/port.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--infra/port.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/port.h b/infra/port.h
index 06a3aa5..bdc31b4 100644
--- a/infra/port.h
+++ b/infra/port.h
@@ -21,7 +21,7 @@ namespace infra {
21 return x; 21 return x;
22 } 22 }
23 23
24 const T & peek() { 24 T & peek() {
25 assert(can_read()); 25 assert(can_read());
26 return *consumer_side; 26 return *consumer_side;
27 } 27 }