diff --git a/test/boost_no_template_aliases.ipp b/test/boost_no_template_aliases.ipp index cf961632..e420da78 100644 --- a/test/boost_no_template_aliases.ipp +++ b/test/boost_no_template_aliases.ipp @@ -12,7 +12,7 @@ namespace boost_no_template_aliases { -using PINT = void (*)(int); // using plus C-style type +using PINT = void (*)(int); // using plus C-style type int test() {