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
Using the managed property types should feel like you are using a std library type. E.g managed<std::string> should have the same API to the std library std::string. We need to evaluate each managed property type and bridge gaps where we can.
The text was updated successfully, but these errors were encountered:
Using the managed property types should feel like you are using a std library type. E.g
managed<std::string>
should have the same API to the std library std::string. We need to evaluate each managed property type and bridge gaps where we can.The text was updated successfully, but these errors were encountered: