remove unwanted noexcept
Signed-off-by: raver119 <raver119@gmail.com>
This commit is contained in:
parent
7abc574eeb
commit
64eaafb4cd
@ -39,7 +39,7 @@ namespace nd4j {
|
||||
~ConstantHolder() = default;
|
||||
|
||||
ConstantHolder& operator=(const ConstantHolder& other) = default;
|
||||
ConstantHolder& operator=(ConstantHolder&& other) noexcept = default;
|
||||
ConstantHolder& operator=(ConstantHolder&& other) = default;
|
||||
|
||||
bool hasBuffer(nd4j::DataType dataType);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user