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
Yorlik_ has joined #ste||ar
Yorlik has quit [Ping timeout: 265 seconds]
hkaiser has joined #ste||ar
hkaiser has quit [Quit: Bye!]
K-ballo has quit [Read error: Connection reset by peer]
K-ballo has joined #ste||ar
K-ballo has quit [Read error: Connection reset by peer]
K-ballo has joined #ste||ar
K-ballo has quit [Ping timeout: 248 seconds]
K-ballo has joined #ste||ar
K-ballo has quit [Ping timeout: 240 seconds]
K-ballo has joined #ste||ar
K-ballo has quit [Ping timeout: 276 seconds]
K-ballo has joined #ste||ar
K-ballo has quit [Ping timeout: 255 seconds]
K-ballo has joined #ste||ar
K-ballo has quit [Ping timeout: 240 seconds]
K-ballo1 has joined #ste||ar
K-ballo1 is now known as K-ballo
tufei has quit [Remote host closed the connection]
tufei has joined #ste||ar
HHN93 has joined #ste||ar
<HHN93>
Can I use concepts in my code?
<HHN93>
I mean can my PRs use concepts?
<HHN93>
or do we try to stick to c++17?
<satacker[m]>
stick to c++17, since you can implement concepts like bools
<K-ballo>
can you
<HHN93>
so try to use SFINAE and not concepts?
<HHN93>
got it
HHN93 has quit [Quit: Client closed]
hkaiser has joined #ste||ar
<gonidelis[m]>
HHN93: right
<gonidelis[m]>
HPX_CONCEPT_REQUIRES() ?
<satacker[m]>
<K-ballo> "can you..." <- Can we not?