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: 255 seconds]
hkaiser has quit [Quit: Bye!]
Yorlik_ has quit [Ping timeout: 256 seconds]
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 256 seconds]
K-ballo1 is now known as K-ballo
<satacker[m]>
<hkaiser> "satacker: value_types_of_t..." <- Yes, I am on the same page with this. (sigh)
<satacker[m]>
<hkaiser> "satacker: single_or<void..." <- single_or alone or together with single_t ?
<satacker[m]>
> <@hkaiser:libera.chat> satacker: single_or<void> represents essentially a construct that is equivalent to the template template variant
<satacker[m]>
* `single_or` alone or together with `single_t` ?
Yorlik_ has joined #ste||ar
<satacker[m]>
<hkaiser> "I hope that makes any sense" <- it'll take some time for me, let me got through it once more
K-ballo1 has joined #ste||ar
K-ballo has quit [Ping timeout: 248 seconds]
K-ballo1 is now known as K-ballo
hkaiser has joined #ste||ar
<dkaratza[m]>
hkaiser: I am checking the warnings we get when building the docs. There are quite a lot saying `cpp:identifier reference target not found`. I think that's because of missing documentation, so I'd like to fix some
<dkaratza[m]>
so, if i want to get rid of `cpp:identifier reference target not found: hpx::parallel::util::detail::algorithm_result_t<ExPolicy, FwdIter2>` for example
<dkaratza[m]>
`namespace hpx { namespace parallel { namespace util { namespace detail { // clang-format off /////////////////////////////////////////////////////////////////////////// /// This is a test
<dkaratza[m]>
algorithm_result_t<ExPolicy, FwdIter2> // clang-format on }}}} // namespace hpx::parallel::util::detail`
<dkaratza[m]>
and that's because I want to eliminate the following warning:
<dkaratza[m]>
`cpp:identifier reference target not found: hpx::parallel::util::detail::algorithm_result_t<ExPolicy, FwdIter2>`
K-ballo has quit [Remote host closed the connection]
K-ballo has joined #ste||ar
<hkaiser>
dkaratza[m]: yes, so what's your question?
<dkaratza[m]>
hkaiser: what i tried, doesn't eliminate the warning. Is what I am doing correct?
<hkaiser>
if the file get's parsed by doxygen, yes - but didn't we skip all files in some /detail/ directory ?