| 980 | |
| 981 | template<typename T, typename Traits> |
| 982 | inline void swap(BlockingConcurrentQueue<T, Traits>& a, BlockingConcurrentQueue<T, Traits>& b) MOODYCAMEL_NOEXCEPT |
| 983 | { |
| 984 | a.swap(b); |
| 985 | } |
| 986 | |
| 987 | } // end namespace moodycamel |
| 988 | } // namespace dmlc |