| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7b9b578 commit e9f9d07
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -123,9 +123,9 @@ NgHeader<T>::NgHeader( | |||
| 123 | 123 | ||
| 124 | 124 | template <typename T> | |
| 125 | 125 | NgHeader<T>::NgHeader(NgHeader<T>&& other) noexcept | |
| 126 | - : token_(other.token_), | ||
| 127 | - name_(std::move(other.name_)), | ||
| 126 | + : name_(std::move(other.name_)), | ||
| 128 | 127 | value_(std::move(other.value_)), | |
| 128 | + token_(other.token_), | ||
| 129 | 129 | flags_(other.flags_) { | |
| 130 | 130 | other.token_ = -1; | |
| 131 | 131 | other.flags_ = 0; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments