You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use literal true/false constants for bool conversion
- nlohmann_json 3.12 can construct from literal true/false
- Use ternary operator to select between json(true) and json(false)
- Works around the explicit bool constructor restriction
0 commit comments