Fixed build errors.

This commit is contained in:
Matthias Koefferlein 2021-11-14 11:56:40 +01:00
parent 2831dd7f26
commit 2039d99f03
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
namespace tl
{
template <> struct tl::type_traits<gsi::Interpreter>
template <> struct type_traits<gsi::Interpreter>
: tl::type_traits<void>
{
typedef false_tag has_copy_constructor;