Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set DataCellFabric from SDK correctly
Summary: The earlier code took the form: std::optional<bool> var1{false}; std::optional<bool> var2 = var1 ? true : false; var2 will always be set to 1 if var1 carries value (false or true) since "var 1 ?" checks if var1 carries value. Reviewed By: jasmeetbagga Differential Revision: D66745826 fbshipit-source-id: 3d77cf18e970fdc0df08285f40b9deb2fd89457b
- Loading branch information