Skip to content

Fix: Needs to be updated non-type template argument to the modern C s…#9042

Open
Khalyutin wants to merge 1 commit into
FirebirdSQL:masterfrom
notesoft:prepare-for-CMake-Clang-cds-options-h
Open

Fix: Needs to be updated non-type template argument to the modern C s…#9042
Khalyutin wants to merge 1 commit into
FirebirdSQL:masterfrom
notesoft:prepare-for-CMake-Clang-cds-options-h

Conversation

@Khalyutin
Copy link
Copy Markdown
Contributor

…tandard - 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]       |                           ^

…tandard - 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]       |                           ^
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant