Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please allow disabling implicit conversions in non-single-file use #2621

Closed
maddanio opened this issue Feb 4, 2021 · 0 comments
Closed

please allow disabling implicit conversions in non-single-file use #2621

maddanio opened this issue Feb 4, 2021 · 0 comments

Comments

@maddanio
Copy link

maddanio commented Feb 4, 2021

Hello,

I recently had to disable implicit conversions as they finally completely broke for us: If one of the types that json converts to are output streamable then streaming out json will immediately become ambiguous. Maybe that is further incentive for deprecating/disablong this and/or defaulting to disabled implicit conversions.

The problem is the disabling of implicit conversions seemingly only has been done for the single file header, but we really like to use json_fwd to speed up compilation, which is not possible with single file. Is it possible to enable those for non-single-file?

@nlohmann nlohmann closed this as completed Feb 4, 2021
Repository owner locked and limited conversation to collaborators Feb 4, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Projects
None yet
Development

No branches or pull requests

2 participants