We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3f2c9f commit 9e9fb7dCopy full SHA for 9e9fb7d
1 file changed
src/babylon/concurrent/counter.h
@@ -28,7 +28,7 @@ class GenericsConcurrentAdder {
28
static_assert((::std::is_integral<T>::value ||
29
::std::is_floating_point<T>::value) &&
30
8 >= sizeof(T),
31
- "ConcurrentSummer only supports integral or "
+ "GenericsConcurrentAdder only supports integral or "
32
"floating point types with size <= 8 bytes");
33
34
public:
@@ -103,7 +103,7 @@ class ConcurrentComparer {
103
104
105
106
+ "ConcurrentComparer only supports integral or "
107
108
109
constexpr static T EXTREMUM =
0 commit comments