Skip to content

Commit

Permalink
remove unnecessary flags
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Oct 4, 2022
1 parent 0372a48 commit 2cc2c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/headers/remove_template_alias.hpp
@@ -1,4 +1,4 @@
// bindgen-flags: --remove-alias "Wrapped" -- -std=c++14
// bindgen-flags: --remove-alias "Wrapped"

template<typename T>
using Wrapped = T;

0 comments on commit 2cc2c47

Please sign in to comment.