2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-02-20 02:42:31 +00:00
Files
nowide/template.hpp
Artyom Beilis 0b5d8833ed First commit
2012-05-11 21:52:55 +03:00

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