Kunal Tyagi
Kunal Tyagi
@kam3k Oops, my bad. I thought C++11 had `auto_ptr`, not `unique_ptr` (Spoilers: It had both). Thanks for catching that one. I'm using BFL standalone, but there must be people using...
Related: #762 The `OmegaConf.resolve` is a potential workaround
I'll take a look. Maybe i had some uncommited code so didn't see this failure locally PS: the output on running locally doesn't match the curent cached outputs on unchanged...
> Off-topic: Should we make a common interface for setNumberOfThreads()? When @shrijitsingh99 is able to integrate the executor and test, we would be one step closer. He mentioned he'd have...
TODO list: * move Parameters to private with name ParameterImpl * add an alias and deprecate it * deprecate the setParameters function using `Parameters` * add a function without default...
I think this approach will also work on non-special systems. A PR would be appretiated @perisage Thanks for debugging it and the nice postmortem
There's some cleanup in this PR compared to master. I'd prefer if someone could just get that separated and merged whenever they have the time. Regarding boost -> stdlib generator,...
Hi @synsin0 PCL by default presumes you're using limited point types (else the library would get quite large). You can see that in `io/src/compression.cpp` For custom extensions, please define `PCL_NO_PRECOMPILE`...
Did you perform a clean rebuild?
Sorry if I implies XYZI was a custom type. I meant types that the library authors considered as uncommon