From 430cbb8c832af71d3a7200e6db80bf08681a7b26 Mon Sep 17 00:00:00 2001 From: tycho Date: Wed, 11 Mar 2015 10:42:45 +0000 Subject: Changed pipeline character from >> to | --- src/Generating/IntGen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Generating/IntGen.h') diff --git a/src/Generating/IntGen.h b/src/Generating/IntGen.h index fac500fa8..113c2de15 100644 --- a/src/Generating/IntGen.h +++ b/src/Generating/IntGen.h @@ -121,7 +121,7 @@ private: }; template -std::shared_ptr operator>> (std::shared_ptr lhs, cIntGenFactory rhs) +std::shared_ptr operator| (std::shared_ptr lhs, cIntGenFactory rhs) { return rhs.construct(static_cast>(lhs)); } -- cgit v1.2.3