mirror of
https://github.com/boostorg/nowide.git
synced 2026-02-20 02:42:31 +00:00
20 lines
424 B
C++
20 lines
424 B
C++
//
|
|
// Copyright (c) 2012 Artyom Beilis (Tonkikh)
|
|
//
|
|
// Distributed under the Boost Software License, Version 1.0. (See
|
|
// accompanying file LICENSE_1_0.txt or copy at
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
|
//
|
|
#ifndef BOOST_NOWIDE_???_H_INCLUDED
|
|
#define BOOST_NOWIDE_???_H_INCLUDED
|
|
|
|
namespace boost {
|
|
namespace nowide {
|
|
|
|
} // nowide
|
|
} // boost
|
|
|
|
#endif
|
|
///
|
|
// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4
|