From 55b8ca317ab1f77850f498c1523355e1f5dd8d03 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 15 Nov 2020 03:53:47 +1100 Subject: -Switch to building MAME as C++17. * Updated sol2 to 3.2.2 * Updated pugixml to 1.10 * Increased minimum clang version to 6 * Cleaned up some stuff that can use new features --- 3rdparty/sol2/examples/basic.cpp | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 3rdparty/sol2/examples/basic.cpp (limited to '3rdparty/sol2/examples/basic.cpp') diff --git a/3rdparty/sol2/examples/basic.cpp b/3rdparty/sol2/examples/basic.cpp deleted file mode 100644 index cf00ee70ab2..00000000000 --- a/3rdparty/sol2/examples/basic.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include - -#include - -int main() { - // create an empty lua state - sol::state lua; - - // by default, libraries are not opened - // you can open libraries by using open_libraries - // the libraries reside in the sol::lib enum class - lua.open_libraries(sol::lib::base); - - // call lua code directly - std::cout << "=== basic example ===" << std::endl; - lua.script("print('hello world')"); - - std::cout << std::endl; -} \ No newline at end of file -- cgit v1.2.3-70-g09d2