-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Qt deprecation model halting compiltion #1675
Copy link
Copy link
Closed
Labels
kind: bugplatform: visual studiorelated to MSVCrelated to MSVCsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Metadata
Metadata
Assignees
Labels
kind: bugplatform: visual studiorelated to MSVCrelated to MSVCsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
i have included json.hpp as a single file in a qt project using the msvc17 compiler in release mode
i get several of these errosr:
attribute 'deprecated'(since 3.0.0 ) cannot be used in this context
I don't know if commenting out the offending lines might cause a mjor disruption in the function of the library.