Skip to content

Commit 3b9b53e

Browse files
authored
Merge 0cfb6bd into sapling-pr-archive-ktf
2 parents 5e855f8 + 0cfb6bd commit 3b9b53e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Framework/Core/include/Framework/ConfigParamRegistry.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ concept SimpleConfigValueType = std::same_as<T, int> ||
2828
std::same_as<T, int16_t> ||
2929
std::same_as<T, uint8_t> ||
3030
std::same_as<T, uint16_t> ||
31-
std::same_as<T, uint32_t> ||
32-
std::same_as<T, uint64_t> ||
31+
std::same_as<T, unsigned int> ||
32+
std::same_as<T, unsigned long> ||
33+
std::same_as<T, unsigned long long> ||
3334
std::same_as<T, long> ||
3435
std::same_as<T, long long> ||
3536
std::same_as<T, float> ||

0 commit comments

Comments
 (0)