Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix unused-local-typedefs warning #517

Merged
merged 1 commit into from
Mar 25, 2022
Merged

fix unused-local-typedefs warning #517

merged 1 commit into from
Mar 25, 2022

Conversation

mampfes
Copy link
Contributor

@mampfes mampfes commented Mar 25, 2022

clang complains about the line:

include/etl/algorithm.h:298:66: error: typedef 'value_type' locally defined but not used [-Werror=unused-local-typedefs]
typedef typename etl::iterator_traits::value_type value_type;

clang complains about the line:

include/etl/algorithm.h:298:66: error: typedef 'value_type' locally defined but not used [-Werror=unused-local-typedefs]
typedef typename etl::iterator_traits<TIterator>::value_type value_type;
@jwellbelove jwellbelove changed the base branch from master to development March 25, 2022 10:42
@jwellbelove jwellbelove merged commit 148cf9e into ETLCPP:development Mar 25, 2022
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.

3 participants