Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[[deprecated]] on DECLARE_FIELD triggers -Wdeprecated-declarations #274

@georgthegreat

Description

@georgthegreat
contrib/libs/clickhouse-cpp/clickhouse/client.h:100:19: error: 'backward_compatibility_lowcardinality_as_wrapped_column' is deprecated: Makes implementation of LC(X) harder and code uglier. Will be removed in next major release (3.0)  [-Werror,-Wdeprecated-declarations]
    DECLARE_FIELD(backward_compatibility_lowcardinality_as_wrapped_column, bool, SetBakcwardCompatibilityFeatureLowCardinalityAsWrappedColumn, true);
                  ^
contrib/libs/clickhouse-cpp/clickhouse/client.h:99:7: note: 'backward_compatibility_lowcardinality_as_wrapped_column' has been explicitly marked deprecated here
    [[deprecated("Makes implementation of LC(X) harder and code uglier. Will be removed in next major release (3.0) ")]]
      ^
1 error generated.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions