3 Commits

Author SHA1 Message Date
Jonathan Guzmán
9f5d446e36
use c++14 on windows
on windows may show an error in xstddef if c++11 is used
this is a workarround for that issue
"deduced return types are a C++14 extension"
2022-04-19 21:59:52 -06:00
Jonathan Guzmán
179ef091c6
define preprocesor definition
define NON_AMBIGOUS_OVERLOAD to prevent ambiguous overload
and use int instead of long to prevent ambiguous overload errors
2022-04-19 21:58:04 -06:00
Jonathan Guzmán
3db5d868ea
add basic meson support 2022-03-18 18:50:00 -06:00