Skip to content

Commit b7177bc

Browse files
committed
Sort by header name
1 parent a45aa42 commit b7177bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

provides/include/dumpster_v1/synopsis.hpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ template <class Action> struct finally_t : Private::finally_t<Action> {
5151
template <class Action>
5252
finally_t<std::remove_cvref_t<Action>> finally(Action &&action);
5353

54-
// ranqd1.hpp ==================================================================
55-
56-
/// The `ranqd1` generator from Numerical Recipes in C, 2nd Edition.
57-
uint32_t ranqd1(uint32_t seed);
58-
5954
// insertion_sort.hpp ==========================================================
6055

6156
/// Sorts given sentinel terminated sequence to ascending order. Intended for
@@ -64,4 +59,9 @@ uint32_t ranqd1(uint32_t seed);
6459
template <class RandomIt, class Less, class IsSentinel>
6560
void insertion_sort(RandomIt values, Less less, IsSentinel is_sentinel);
6661

62+
// ranqd1.hpp ==================================================================
63+
64+
/// The `ranqd1` generator from Numerical Recipes in C, 2nd Edition.
65+
uint32_t ranqd1(uint32_t seed);
66+
6767
} // namespace dumpster_v1

0 commit comments

Comments
 (0)