Skip to content
  • Théo DELRIEU's avatar
    Add basic_json::get_to function. · 521fe49f
    Théo DELRIEU authored
    Takes an lvalue reference, and returns the same reference.
    
    This allows non-default constructible types to be converted without
    specializing adl_serializer.
    This overload does not require CopyConstructible either.
    
    Implements #1227
    521fe49f