ardour/libs/lua/LuaBridge/detail
Mads Kiilerich 0352ff8c5e
warnings: Remove redundant/illegal/undefined-behaviour template-id for constructor
GCC 14 educates us:

	In file included from ../libs/ardour/ardour/io.h:44,
									 from ../libs/ardour/ardour/route.h:50,
									 from ../libs/ardour/ardour/session.h:92,
									 from ../libs/ctrl-interface/midi_surface/midi_surface.cc:30:
	../libs/ardour/ardour/port_set.h:92:37: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor]
		 92 |                 iterator_base<PS,P>(PS& list, DataType type, size_t index)
				|                                     ^~
	../libs/ardour/ardour/port_set.h:92:37: note: remove the ‘< >’
2024-07-24 01:50:11 +02:00
..
CFunctions.h Add Lua bindings to std::shared_ptr<T const> 2023-04-19 01:46:58 +02:00
ClassInfo.h Change LuaBridge_API to be __declspec(dllexport) or __declspec(dllimport, as required 2016-04-12 17:55:16 +01:00
Constructor.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
dump.h customize LuaBridge 2016-02-22 22:06:47 +01:00
FuncArgs.h LuaBridge: support argument references via table return 2016-02-22 22:06:47 +01:00
FuncTraits.h Allow Lua bindings up to 12 method arguments 2021-12-03 13:32:49 +01:00
Iterator.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
LuaException.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
LuaHelpers.h NO-OP whitespace 2016-02-22 22:06:47 +01:00
LuaRef.h Fix some doxygen warnings 2020-03-02 17:58:03 +01:00
Namespace.h Lua: allow to reserve STL vector size 2023-07-12 18:23:51 +02:00
Stack.h Special case const std::string& Lua binding. 2017-03-22 16:59:02 +01:00
TypeList.h remove cruft (following 6dc3bdf) 2017-03-22 16:55:19 +01:00
TypeTraits.h customize LuaBridge 2016-02-22 22:06:47 +01:00
Userdata.h warnings: Remove redundant/illegal/undefined-behaviour template-id for constructor 2024-07-24 01:50:11 +02:00