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
tufei_ has quit [Remote host closed the connection]
tufei_ has joined #ste||ar
tufei_ has quit [Remote host closed the connection]
tufei_ has joined #ste||ar
hkaiser has quit [Quit: Bye!]
K-ballo has quit [Ping timeout: 246 seconds]
K-ballo has joined #ste||ar
tufei_ has quit [Ping timeout: 258 seconds]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 265 seconds]
K-ballo1 is now known as K-ballo
hkaiser has joined #ste||ar
Yorlik has joined #ste||ar
Yorlik has quit [Read error: Connection reset by peer]
Yorlik has joined #ste||ar
diehlpk_work has joined #ste||ar
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 268 seconds]
K-ballo1 is now known as K-ballo
Yorlik has quit [Read error: Connection reset by peer]
Yorlik has joined #ste||ar
Yorlik has quit [Ping timeout: 260 seconds]
diehlpk_work has quit [Remote host closed the connection]
<pansysk75[m]> Is there a way to output what a template type evaluates to at compile time?
tufei_ has joined #ste||ar
<pansysk75[m]> for debugging purposes
<pansysk75[m]> * debugging purposes (I'm thinking of sth like "cout debugging" but for templates)
<pansysk75[m]> * type evaluates/instantiates to
<pansysk75[m]> nvm I found a solution (ab)using [[deprecated]] tag
<hkaiser> pansysk75[m]: sure
<hkaiser> there are many ways to see the actual type, all involve some trick forcing the compiler to complain about things, like the deprecated attribute you used