aserio changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
<K-ballo>
is partitioned_vector_view killing clang now?
<K-ballo>
then later circle ci kills the build because partitioned_vector_view_iterator takes forever
<hkaiser>
I had a lot of different problems with circleci
<hkaiser>
could be running OOM
<K-ballo>
sounds like partitioned_vector_view is just too heavy compile-time wise
<hkaiser>
could be
<hkaiser>
#2806 could help with that
<zao>
How much memory and /tmp do they have? :)
mcopik has quit [Ping timeout: 255 seconds]
bikineev has quit [Remote host closed the connection]
hkaiser has quit [Quit: bye]
parsa has quit [Quit: Zzzzzzzzzzzz]
taeguk has joined #ste||ar
K-ballo has quit [Quit: K-ballo]
taeguk has quit [Ping timeout: 260 seconds]
parsa has joined #ste||ar
parsa has quit [Quit: Zzzzzzzzzzzz]
taeguk has joined #ste||ar
taeguk_ has joined #ste||ar
taeguk has quit [Ping timeout: 260 seconds]
taeguk_ has quit [Ping timeout: 260 seconds]
pree has joined #ste||ar
bikineev has joined #ste||ar
Rodario has joined #ste||ar
Rodario has quit [Client Quit]
pree has quit [Ping timeout: 240 seconds]
mcopik has joined #ste||ar
bikineev has quit [Remote host closed the connection]
bikineev has joined #ste||ar
bikineev has quit [Ping timeout: 248 seconds]
bikineev has joined #ste||ar
bikineev has quit [Remote host closed the connection]
bikineev has joined #ste||ar
pree has joined #ste||ar
hkaiser has joined #ste||ar
<github>
[hpx] hkaiser opened pull request #2850: Unify serialization of non-default-constructable types (master...fixing_2847) https://git.io/v5vjj
<github>
[hpx] hkaiser opened pull request #2851: Allowing for non-default-constructible component types (master...fixing_2848) https://git.io/v5fef
<21WAADQ44>
[hpx] hkaiser closed pull request #2845: Add Visual Studio 2015 to the tested toolchains in Appveyor (master...msvc14_appveyor) https://git.io/v7jRx
<K-ballo>
I was looking for an LWG resolution, but didn't think it was worth the metaprogramming trouble for us
Matombo has quit [Ping timeout: 240 seconds]
<K-ballo>
I kept it around just in case one day we happen to need it
<hkaiser>
I might need it now ;)
<hkaiser>
why do you use is_constructible there and not is_default_constructible?
<K-ballo>
uh, you must be in some nasty situation
<hkaiser>
well, @krivenko asked for non-default-constructible types as action arguments
<K-ballo>
is_constructible is the base one, all other constructible traits are implemented in terms of it, and some older libs didn't have the derived ones
<hkaiser>
ahh, ok
<K-ballo>
I wouldn't write it exactly like that today
<K-ballo>
in particular I'd use `typename Dependent = void, typename Enable = typename enable_if<Cond, Dependent>::type>`
bikineev has joined #ste||ar
<K-ballo>
rather than that awkward `is_constructible<Dummy>` check
<hkaiser>
nod
<hkaiser>
I got that already ;)
<hkaiser>
also, should't the Ts types be decayed?
<K-ballo>
no
<K-ballo>
the tests would fail if they were
Matombo has joined #ste||ar
parsa| has quit [Remote host closed the connection]
Matombo has quit [Remote host closed the connection]
parsa has joined #ste||ar
parsa has quit [Quit: Zzzzzzzzzzzz]
bibek_desktop has quit [Ping timeout: 246 seconds]