mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Added #ifndef ETL_THROW_EXCEPTIONS
This commit is contained in:
parent
29305ac39e
commit
090ee05c93
@ -52,7 +52,10 @@ SOFTWARE.
|
||||
#include <algorithm>
|
||||
#include "vector.h"
|
||||
#include "exception.h"
|
||||
|
||||
#ifndef ETL_THROW_EXCEPTIONS
|
||||
#include "error_handler.h"
|
||||
#endif
|
||||
|
||||
namespace etl
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user