mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
cpp2ffi: ignore constexpr
This commit is contained in:
@@ -592,6 +592,7 @@ local function parseFunction(self,stname,itt,namespace,locat)
|
||||
line = line:gsub("inline","")
|
||||
line = line:gsub("mutable","")
|
||||
line = line:gsub("explicit","")
|
||||
line = line:gsub("constexpr","")
|
||||
--skip operator
|
||||
if line:match("operator") then return end
|
||||
--skip template
|
||||
|
Reference in New Issue
Block a user