azure-sdk-for-cpp/sdk
David Chisnall eb135023bb
Fix implicit conversion that clang rejects. (#2704)
With clang 11, the build fails with:

```
azure-sdk-for-cpp/sdk/core/azure-core/inc/azure/core/datetime.hpp:285:14: error: no viable conversion from returned value of type 'time_point<Azure::_detail::Clock, typename common_type<duration<long, ratio<1, 10000000> >, duration<long long, ratio<1, 1> > >::type>' (aka 'time_point<Azure::_detail::Clock, duration<long long, ratio<__static_gcd<ratio<1, 10000000>::num, ratio<1, 1>::num>::value, __static_lcm<ratio<1, 10000000>::den, ratio<1, 1>::den>::value> > >') to function return type 'Azure::DateTime'
      return DateTime(1970) + std::chrono::seconds(posixTime);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2021-08-03 13:13:16 -07:00
..
core Fix implicit conversion that clang rejects. (#2704) 2021-08-03 13:13:16 -07:00
identity Add samples for Azure Identity (#2692) 2021-08-03 12:11:24 -07:00
keyvault clang doc fixes (#2697) 2021-08-02 11:55:08 -07:00
storage remove superfluous (void) (#2693) 2021-08-02 08:46:02 -07:00
template remove prefer ninja (#2675) 2021-07-27 19:26:11 -07:00