Skip to content

Commit 687d66f

Browse files
Merge pull request #1846 from IntelPython/remove-include-exception
Remove #include <exception> line from offset_utils.hpp
2 parents a6aae94 + 939ba60 commit 687d66f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
* Fixed CI/CD workflow for building conda packages on Windows [gh-1831](https://github.com/IntelPython/dpctl/pull/1831)
2121
* Do not use Mambaforge variant of miniforge as deprecated [gh-1844](https://github.com/IntelPython/dpctl/pull/1844)
2222
* Use pybind11=2.13.6 [gh-1845](https://github.com/IntelPython/dpctl/pull/1845)
23-
23+
* Remove unnecessary include in C++ header file [gh-1846](https://github.com/IntelPython/dpctl/pull/1846)
2424

2525
## [0.18.0] - Sept. XX, 2024
2626

dpctl/tensor/libtensor/include/utils/offset_utils.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
#pragma once
2828

2929
#include <algorithm>
30-
#include <exception>
3130
#include <sycl/sycl.hpp>
3231
#include <tuple>
3332
#include <vector>

0 commit comments

Comments
 (0)