K-ballo changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
hkaiser has quit [Read error: Connection reset by peer]
hkaiser has joined #ste||ar
bita_ has quit [Ping timeout: 264 seconds]
hkaiser has quit [Quit: bye]
bita_ has joined #ste||ar
shahrzad has quit [Quit: Leaving]
bita_ has quit [Ping timeout: 260 seconds]
K-ballo has quit [Ping timeout: 240 seconds]
K-ballo has joined #ste||ar
hkaiser has joined #ste||ar
gdaiss[m] has quit [Ping timeout: 244 seconds]
teonnik has quit [Ping timeout: 244 seconds]
parsa[m] has quit [Ping timeout: 240 seconds]
gonidelis[m] has quit [Ping timeout: 244 seconds]
freifrau_von_ble has quit [Ping timeout: 244 seconds]
alexandros[m] has quit [Ping timeout: 270 seconds]
gnikunj[m] has quit [Ping timeout: 270 seconds]
rori has quit [Ping timeout: 240 seconds]
heller1 has quit [Ping timeout: 246 seconds]
klaus[m] has quit [Ping timeout: 246 seconds]
bennie[m] has quit [Ping timeout: 272 seconds]
kordejong has quit [Ping timeout: 260 seconds]
tiagofg[m] has quit [Ping timeout: 260 seconds]
mdiers[m] has quit [Ping timeout: 240 seconds]
ms[m] has quit [Ping timeout: 240 seconds]
hkaiser has quit [Quit: bye]
akheir has joined #ste||ar
bita_ has joined #ste||ar
alexandros[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
teonnik has joined #ste||ar
gnikunj[m] has joined #ste||ar
heller1 has joined #ste||ar
kordejong has joined #ste||ar
tiagofg[m] has joined #ste||ar
rori has joined #ste||ar
gonidelis[m] has joined #ste||ar
freifrau_von_ble has joined #ste||ar
parsa[m] has joined #ste||ar
ms[m] has joined #ste||ar
mdiers[m] has joined #ste||ar
alexandros[m] has quit [Quit: Bridge terminating on SIGTERM]
gdaiss[m] has quit [Quit: Bridge terminating on SIGTERM]
teonnik has quit [Quit: Bridge terminating on SIGTERM]
heller1 has quit [Quit: Bridge terminating on SIGTERM]
kordejong has quit [Quit: Bridge terminating on SIGTERM]
gonidelis[m] has quit [Quit: Bridge terminating on SIGTERM]
parsa[m] has quit [Quit: Bridge terminating on SIGTERM]
ms[m] has quit [Client Quit]
tiagofg[m] has quit [Quit: Bridge terminating on SIGTERM]
gnikunj[m] has quit [Quit: Bridge terminating on SIGTERM]
rori has quit [Quit: Bridge terminating on SIGTERM]
freifrau_von_ble has quit [Quit: Bridge terminating on SIGTERM]
mdiers[m] has quit [Client Quit]
nanmiao11 has joined #ste||ar
heller1 has joined #ste||ar
tiagofg[m] has joined #ste||ar
hkaiser has joined #ste||ar
dagmar[m]1 has joined #ste||ar
bennie[m] has joined #ste||ar
klaus[m] has joined #ste||ar
alexandros[m] has joined #ste||ar
rori has joined #ste||ar
louisa[m] has joined #ste||ar
kimbo[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
freifrau_von_ble has joined #ste||ar
ms[m] has joined #ste||ar
gnikunj[m] has joined #ste||ar
kordejong has joined #ste||ar
teonnik has joined #ste||ar
mdiers[m] has joined #ste||ar
k-ballo[m] has joined #ste||ar
gonidelis[m] has joined #ste||ar
parsa[m] has joined #ste||ar
nanmiao11 has quit [Remote host closed the connection]
nanmiao11 has joined #ste||ar
shahrzad has joined #ste||ar
nanmiao11 has quit [Remote host closed the connection]
K-ballo has left #ste||ar [#ste||ar]
K-ballo has joined #ste||ar
<gnikunj[m]>
hkaiser: yt?
<hkaiser>
here
<gnikunj[m]>
I'm having trouble integrating a skipper with the parser
<hkaiser>
ok
<gnikunj[m]>
It says "The passed skipper is not compatible/convertible to one that the rule was instantiated with"
<gnikunj[m]>
what does that mean? It works with qi::space_type
<hkaiser>
the rule should use your skipper as a template argument
<gnikunj[m]>
the skipper looks similar to the one defined within the phylanx
<hkaiser>
the types must match
<gnikunj[m]>
it does: qi::rule<Iterator, std::vector<std::string>(), skipper<Iterator>> expr;