From 79fc03de0c46a44b042d770e2cbfe7571ccabf31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Mon, 9 Oct 2023 14:40:35 -0400 Subject: [PATCH] [ci] Try to understand the GCC build failure --- include/avnd/binding/max/atom_helpers.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/avnd/binding/max/atom_helpers.hpp b/include/avnd/binding/max/atom_helpers.hpp index 2b2836bb..7c57bcd9 100644 --- a/include/avnd/binding/max/atom_helpers.hpp +++ b/include/avnd/binding/max/atom_helpers.hpp @@ -13,16 +13,18 @@ inline t_symbol* get_atoms_sym() noexcept { return USESYM(atom); } -template +template inline t_symbol* get_atoms_sym() noexcept { return USESYM(long); } +/* template<> inline t_symbol* get_atoms_sym() noexcept { return USESYM(long); } +*/ template<> inline t_symbol* get_atoms_sym() noexcept {