Skip to content

Commit

Permalink
⚗️🏁 another try to please windows
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <[email protected]>
  • Loading branch information
burgholzer committed Jan 24, 2024
1 parent 99c9a6d commit 8a20fbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mqt-core/dd/Edge.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ using MatrixEntryFunc = std::function<void(const std::size_t, const std::size_t,
* weight.
* @tparam Node Type of the DD node
*/
template <class Node> struct MQT_CORE_EXPORT Edge {
template <class Node> struct Edge {
Node* p;
Complex w;

Expand Down Expand Up @@ -392,7 +392,7 @@ template <class Node> struct MQT_CORE_EXPORT Edge {
///-----------------------------------------------------------------------------

namespace std {
template <class Node> struct MQT_CORE_EXPORT hash<dd::Edge<Node>> {
template <class Node> struct hash<dd::Edge<Node>> {
std::size_t operator()(dd::Edge<Node> const& e) const noexcept;
};
} // namespace std

0 comments on commit 8a20fbd

Please sign in to comment.