/**
* @file scpp_assert.hpp
* @bried アサーションモジュール
* @author Nomura Kei
* @copyright 2003 - 2022 Nomura Kei
*
* アサーション関数が失敗するとき、エラーメッセージを出力します。
*/
#ifndef SCPP_ASSERT_HPP
#define SCPP_ASSERT_HPP
#include <string>
#include <sc.h>
namespace scpp
{
/**
* アサーションに失敗した際に throw される Erro です。
*/
}
#endif // SCPP_ASSERT_HPP