conduit
conduit copied to clipboard
Conduit Node: set_external T const*
With regards to conduit::node::set_external:
At least for floating point types and int, conduit lacks overloads for T const* types.
Currently seens as compile error for particles in AMReX:
Src/Extern/Conduit/AMReX_Conduit_Blueprint_ParticlesI.H
Refs.:
- https://github.com/AMReX-Codes/amrex/blob/5ed64778cdca5134248b3055db037a4f25a14a8d/Src/Extern/Conduit/AMReX_Conduit_Blueprint_ParticlesI.H#L69-L70
- https://github.com/AMReX-Codes/amrex/pull/1032