summaryrefslogtreecommitdiff
path: root/boost/qvm/assert.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/qvm/assert.hpp')
-rw-r--r--boost/qvm/assert.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/boost/qvm/assert.hpp b/boost/qvm/assert.hpp
new file mode 100644
index 0000000000..ef7826fbeb
--- /dev/null
+++ b/boost/qvm/assert.hpp
@@ -0,0 +1,9 @@
+//Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
+
+//Distributed under the Boost Software License, Version 1.0. (See accompanying
+//file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+#ifndef BOOST_QVM_ASSERT
+#include <boost/assert.hpp>
+#define BOOST_QVM_ASSERT BOOST_ASSERT
+#endif