hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar-group.org | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | This channel is logged: irclog.cct.lsu.edu
K-ballo has quit [Quit: K-ballo]
Yorlik_ has joined #ste||ar
Yorlik__ has quit [Ping timeout: 244 seconds]
hkaiser has quit [Quit: Bye!]
ChanServ has quit [*.net *.split]
Yorlik_ has quit [*.net *.split]
HumanGeek has quit [*.net *.split]
mdiers[m] has quit [*.net *.split]
rtohid[m] has quit [*.net *.split]
gdaiss[m] has quit [*.net *.split]
ms[m] has quit [*.net *.split]
gnikunj[m] has quit [*.net *.split]
zao has quit [*.net *.split]
gonidelis[m] has quit [*.net *.split]
sivoais has quit [*.net *.split]
Kalium has quit [*.net *.split]
Isidoros[m] has quit [*.net *.split]
dkaratza[m] has quit [*.net *.split]
matrixbot[m] has quit [*.net *.split]
Aarya[m] has quit [*.net *.split]
satacker[m] has quit [*.net *.split]
pansysk75[m] has quit [*.net *.split]
ChanServ has joined #ste||ar
HumanGeek has joined #ste||ar
Kalium has joined #ste||ar
zao has joined #ste||ar
sivoais has joined #ste||ar
Yorlik_ has joined #ste||ar
mdiers[m] has joined #ste||ar
sivoais has quit [Ping timeout: 260 seconds]
sivoais has joined #ste||ar
hkaiser has joined #ste||ar
K-ballo has joined #ste||ar
hkaiser has quit [Quit: Bye!]
hkaiser has joined #ste||ar
gonidelis[m] has joined #ste||ar
<gonidelis[m]>
TIL a const ref is not a const
<gonidelis[m]>
🤷🏽♀️
<hkaiser>
it's a reference to a const objct
matrixbot[m] has joined #ste||ar
Isidoros[m] has joined #ste||ar
satacker[m] has joined #ste||ar
ms[m] has joined #ste||ar
gdaiss[m] has joined #ste||ar
pansysk75[m] has joined #ste||ar
dkaratza[m] has joined #ste||ar
rtohid[m] has joined #ste||ar
gnikunj[m] has joined #ste||ar
Aarya[m] has joined #ste||ar
<K-ballo>
`T const &` from right-to-left: reference to const T
<hkaiser>
another reason to use east-const notation ;-)
hkaiser has quit [Quit: Bye!]
<gonidelis[m]>
yup
<gonidelis[m]>
i figured both
<gonidelis[m]>
never in my life have i seen a ref const
matrixbot[m] has quit [Quit: You have been kicked for being idle]
<K-ballo>
& const does not exist, refs are already immutable