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
hkaiser has quit [Ping timeout: 268 seconds]
Yorlik__ has joined #ste||ar
Yorlik_ has quit [Ping timeout: 264 seconds]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 240 seconds]
K-ballo1 is now known as K-ballo
HHN93 has joined #ste||ar
HHN93 has quit [Client Quit]
hkaiser has joined #ste||ar
hkaiser has quit [Quit: Bye!]
hkaiser has joined #ste||ar
hkaiser_ has joined #ste||ar
hkaiser has quit [Ping timeout: 246 seconds]
K-ballo has quit [Ping timeout: 240 seconds]
K-ballo1 has joined #ste||ar
K-ballo1 is now known as K-ballo
K-ballo has quit [Quit: K-ballo]
K-ballo has joined #ste||ar
K-ballo has quit [Client Quit]
K-ballo has joined #ste||ar
K-ballo has quit [Read error: Connection reset by peer]
K-ballo has joined #ste||ar
hkaiser_ has quit [Quit: Bye!]
diehlpk_work has joined #ste||ar
<satacker[m]>
K-ballo: can you please explain why clang cannot recognize this overload while gcc does https://godbolt.org/z/q1hMrfKjv ? i think this might be a clang issue
hkaiser has joined #ste||ar
hkaiser_ has joined #ste||ar
hkaiser has quit [Ping timeout: 248 seconds]
<gnikunj[m]>
satacker: remove the `::` in `::delete[] p2` and it will work. Funny how gcc can understand it but clang can't. Clang defaults to system implemented delete when trying to access delete through global namespace while gcc do not. I'm sure K-ballo will have interesting remarks.