Search found 5 matches

by BobsCrabShack
April 20th, 2019, 5:57 pm
Forum: Everything
Topic: Limitation of std::variant
Replies: 5
Views: 2393

Re: Limitation of std::variant

Yes, you are right of course about std::get (its been months since ive fooled around with it and seems ive forgotten :lol: ). I had similar issues with intelisense crapping its pants with large type_lists 6 or so months back. I understand the basics of a syntax tree but probably cant put it into pra...
by BobsCrabShack
April 20th, 2019, 3:04 am
Forum: Everything
Topic: Learning and messing around
Replies: 34
Views: 21013

Re: Learning and messing around

Glad to have you here.
by BobsCrabShack
April 19th, 2019, 8:03 pm
Forum: Everything
Topic: Multithreading benchmarks
Replies: 5
Views: 2566

Re: Multithreading benchmarks

Im curious how this would compare using reduce with copy_if and back_inserter into a reserved vector. Or for sorting sort. The c++ 17 versions have an execution policy parameter that you can specify multithreaded.
by BobsCrabShack
April 19th, 2019, 8:02 pm
Forum: Everything
Topic: Limitation of std::variant
Replies: 5
Views: 2393

Re: Limitation of std::variant

From what I understand std::visit works by creating a function pointer table at compile time to all the possible functions (with the correct parameter type). Then calls variant::get and uses the correct function call. Can't possibly think as to why there would be a limit. If you ran out of heap spac...
by BobsCrabShack
April 19th, 2019, 7:58 pm
Forum: Everything
Topic: Appears my old account got deleted or something
Replies: 2
Views: 1468

Appears my old account got deleted or something

Hello folks, long time now see. It is cameron back from the dead lol. Ive just been busy with school and such and havent had much time to get on. Anyways, my old account no longer appears to be on pchili, I tried to reset password and no email was sent (checked spam too so idk). I am actually in a c...