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