comparison DEPENDENCIES/generic/include/boost/log/detail/decomposed_time.hpp @ 101:c530137014c0

Update Boost headers (1.58.0)
author Chris Cannam
date Mon, 07 Sep 2015 11:12:49 +0100
parents 2665513ce2d3
children
comparison
equal deleted inserted replaced
100:793467b5e61c 101:c530137014c0
1 /* 1 /*
2 * Copyright Andrey Semashev 2007 - 2013. 2 * Copyright Andrey Semashev 2007 - 2015.
3 * Distributed under the Boost Software License, Version 1.0. 3 * Distributed under the Boost Software License, Version 1.0.
4 * (See accompanying file LICENSE_1_0.txt or copy at 4 * (See accompanying file LICENSE_1_0.txt or copy at
5 * http://www.boost.org/LICENSE_1_0.txt) 5 * http://www.boost.org/LICENSE_1_0.txt)
6 */ 6 */
7 /*! 7 /*!
201 } 201 }
202 202
203 void swap(date_time_formatter& that) 203 void swap(date_time_formatter& that)
204 { 204 {
205 m_formatters.swap(that.m_formatters); 205 m_formatters.swap(that.m_formatters);
206 m_literal_lens.swap(that.m_literals); 206 m_literal_lens.swap(that.m_literal_lens);
207 m_literal_chars.swap(that.m_literal_chars); 207 m_literal_chars.swap(that.m_literal_chars);
208 } 208 }
209 209
210 public: 210 public:
211 template< char FormatCharV > 211 template< char FormatCharV >