From f9e5f122ab1e42b198098765640bd54aac573db5 Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Wed, 26 Feb 2020 23:51:10 -0500 Subject: [PATCH] Add convenience header --- include/boost/static_string.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/boost/static_string.hpp diff --git a/include/boost/static_string.hpp b/include/boost/static_string.hpp new file mode 100644 index 0000000..b558e0e --- /dev/null +++ b/include/boost/static_string.hpp @@ -0,0 +1,13 @@ +// +// Copyright (c) 2020 Krystian Stasiowski (sdkrystian at gmail dot com) +// +// 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) +// +// Official repository: https://github.com/boostorg/static_string +// + +#ifndef BOOST_STATIC_STRING_HPP +#define BOOST_STATIC_STRING_HPP +#include +#endif \ No newline at end of file