metslib/metslib-0.5.3-cpp17.patch

14 lines
511 B
Diff
Raw Permalink Normal View History

2023-06-05 15:30:22 +08:00
diff -up ./metslib/abstract-search.hh.cpp17 ./metslib/abstract-search.hh
--- ./metslib/abstract-search.hh.cpp17 2022-12-06 18:47:40.335305410 -0500
+++ ./metslib/abstract-search.hh 2022-12-06 18:48:08.774436936 -0500
@@ -106,8 +106,7 @@ namespace mets {
/// An exception mets::no_moves_error can be risen when no move is
/// possible.
virtual void
- search()
- throw(no_moves_error) = 0;
+ search() = 0;
/// @brief The solution recorder instance.
const solution_recorder&