<b>6.0.0.1986</b>
Sergey Khalyutn 2026.06.03 17:08:31
Fix: Needs to be updated non-type template argument to the modern C standard - compilation error: non-type template argument evaluates to -2147483647, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]; struct actual_padding<cache_line_padding| padding_tiny_data_only>
```
[build] /code/extern/libcds\cds/opt/options.h:397:27: error: non-type template argument evaluates to -2147483647, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
[build]   397 |     struct actual_padding<cache_line_padding| padding_tiny_data_only>
[build]       |                           ^
```

Changed paths:
  M extern/libcds/cds/opt/options.h