From c2a86f16256aa84cb1ba33bd7b36d60251df9814 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 16 Feb 2017 20:03:08 +0100 Subject: [PATCH] build fix --- include/cubescript/cubescript_conf.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cubescript/cubescript_conf.hh b/include/cubescript/cubescript_conf.hh index 2a32ab61..e4b4149a 100644 --- a/include/cubescript/cubescript_conf.hh +++ b/include/cubescript/cubescript_conf.hh @@ -11,9 +11,9 @@ namespace cscript { struct cs_ident; struct cs_value; - using cs_value_r = ostd::IteratorRange; - using cs_ident_r = ostd::IteratorRange; - using cs_const_ident_r = ostd::IteratorRange; + using cs_value_r = ostd::iterator_range; + using cs_ident_r = ostd::iterator_range; + using cs_const_ident_r = ostd::iterator_range; } /* configurable section */