Greg Marr
Greg Marr
> Arguably we could also do same for type parameters as well, but I'm not very sure if it would be useful or not Is that different that what's in...
Herb references P1045R1 `constexpr` parameters on page 34 of https://github.com/hsutter/708/blob/main/708.pdf
https://github.com/cplusplus/papers/issues/603 Support from EWG to move forward: https://github.com/cplusplus/papers/issues/1458#issuecomment-1802434801
I'm not wild about this idea. It's swallowing unknown exceptions and setting up a stack overflow.
Destructors are `noexcept` by default.
Do you use the `JSON_DIAGNOSTICS` define? If not, would you be okay with using that option? I think it's possible to rewrite this to not use the vector if the...
@Ignition Yeah, the current method is the bottom row of the table, O(N) heap space with moves. In order to remove the O(N) heap space, which is the issue that...
It looks like you have a space in your filename here: docs/mkdocs/docs/api/macros/nlohmann_json_serialize_enum _strict.md Also, the discussion about strings vs arbitrary json for the value has been marked outdated because there...
Is it better to mark the ones that don't need to download things, or the ones that do?
That's very hard to read without a code block: ``` validate_file_type: (inout view: gzip_decompress_view) -> bool = { v: std::vector = (a, b, c); for view do (copy line) {...