]> git.localhorst.tv Git - blank.git/blobdiff - src/runtime.cpp
noexcept all the things
[blank.git] / src / runtime.cpp
index 18a06bf75154b9ec77b56b1545330e80b5ce50a3..7475c909bce6336be45340a4d71fff12f88df6ca 100644 (file)
@@ -11,7 +11,7 @@ using namespace std;
 
 namespace blank {
 
-Runtime::Runtime()
+Runtime::Runtime() noexcept
 : name("blank")
 , mode(NORMAL)
 , n(0)