Added #ifndef ETL_THROW_EXCEPTIONS

This commit is contained in:
jwellbelove 2014-12-22 00:54:32 +00:00
parent 29305ac39e
commit 090ee05c93

View File

@ -52,7 +52,10 @@ SOFTWARE.
#include <algorithm>
#include "vector.h"
#include "exception.h"
#ifndef ETL_THROW_EXCEPTIONS
#include "error_handler.h"
#endif
namespace etl
{