aboutsummaryrefslogtreecommitdiff
path: root/gensigs.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2014-02-03 07:02:42 +0000
committerMike Buland <eichlan@xagasoft.com>2014-02-03 07:02:42 +0000
commit0520eadabd18a1e21929002a66885f91856f8a02 (patch)
tree27230839fe02b20f89c43edeeed6b57d48dfc8f0 /gensigs.bld
parent3769f85c80ffeb403c5310aa4a1e1914f90219a3 (diff)
downloadlibbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.gz
libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.bz2
libbu++-0520eadabd18a1e21929002a66885f91856f8a02.tar.xz
libbu++-0520eadabd18a1e21929002a66885f91856f8a02.zip
Compiles with LLVM 3.4 as well now.
Diffstat (limited to 'gensigs.bld')
-rw-r--r--gensigs.bld8
1 files changed, 4 insertions, 4 deletions
diff --git a/gensigs.bld b/gensigs.bld
index ed36f61..63b381d 100644
--- a/gensigs.bld
+++ b/gensigs.bld
@@ -196,8 +196,8 @@ function genSigs( outName )
196 " {\n" 196 " {\n"
197 " }\n" 197 " }\n"
198 " \n" 198 " \n"
199 " using MyType::iterator;\n" 199 " using typename Bu::List<Bu::Signal${i}<${templCallParams}> >::iterator;\n"
200 " using MyType::const_iterator;\n" 200 " using typename Bu::List<Bu::Signal${i}<${templCallParams}> >::const_iterator;\n"
201 " \n" 201 " \n"
202 " ret operator()( ${funcParams} )\n" 202 " ret operator()( ${funcParams} )\n"
203 " {\n" 203 " {\n"
@@ -224,8 +224,8 @@ function genSigs( outName )
224 " {\n" 224 " {\n"
225 " }\n" 225 " }\n"
226 " \n" 226 " \n"
227 " using MyType::iterator;\n" 227 " using typename Bu::List<Bu::Signal${i}<void${templSpecCallParams}> >::iterator;\n"
228 " using MyType::const_iterator;\n" 228 " using typename Bu::List<Bu::Signal${i}<void${templSpecCallParams}> >::const_iterator;\n"
229 " \n" 229 " \n"
230 " void operator()( ${funcParams} )\n" 230 " void operator()( ${funcParams} )\n"
231 " {\n" 231 " {\n"