We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379263d commit 88d9b0aCopy full SHA for 88d9b0a
include/ada/helpers.h
@@ -143,18 +143,6 @@ template <class url_type>
143
ada_really_inline void strip_trailing_spaces_from_opaque_path(
144
url_type& url) noexcept;
145
146
-/**
147
- * @private
148
- * Reverse the order of the bytes.
149
- */
150
-ada_really_inline uint64_t swap_bytes(uint64_t val) noexcept;
151
-
152
153
154
- * Reverse the order of the bytes but only if the system is big endian
155
156
-ada_really_inline uint64_t swap_bytes_if_big_endian(uint64_t val) noexcept;
157
158
/**
159
* @private
160
* Finds the delimiter of a view in authority state.
0 commit comments