We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b082519 commit 7b06637Copy full SHA for 7b06637
api/include/opentelemetry/nostd/type_traits.h
@@ -154,7 +154,7 @@ struct is_trivially_move_constructible
154
template <typename T>
155
struct is_trivially_copy_assignable
156
{
157
- static constexpr bool value = std::is_copy_assignable<T>::value && && __is_trivially_assignable(T&, const T&);
+ static constexpr bool value = std::is_copy_assignable<T>::value && __is_trivially_assignable(T&, const T&);
158
};
159
160
0 commit comments