Skip to content

Commit 695a689

Browse files
committed
Replaced using with typedef
1 parent 06e8296 commit 695a689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Traits.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ namespace lua { namespace traits {
9696

9797
template <std::size_t... Is>
9898
struct indexes_builder<0, Is...> {
99-
using index = indexes<Is...>;
99+
typedef indexes<Is...> index;
100100
};
101101
}}

0 commit comments

Comments
 (0)