From 97d78a6db152d60aa011b81848993e45cb360bde Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sat, 17 Feb 2024 09:49:54 +0100 Subject: tools: Dangling changes --- modules/tools/c++/c_gen_iface.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'modules') diff --git a/modules/tools/c++/c_gen_iface.hpp b/modules/tools/c++/c_gen_iface.hpp index ceb6fef..b55816c 100644 --- a/modules/tools/c++/c_gen_iface.hpp +++ b/modules/tools/c++/c_gen_iface.hpp @@ -483,5 +483,19 @@ error_or generate_c_interface(data& state){ auto eov = c_data_translater::generate(state); return eov; } +/* +namespace lang { +struct C {}; +} + +template +class binding; +template +class binding { +public: + static constexpr string_literal header; + static constexpr string_literal source; +}; +*/ } -- cgit v1.2.3