mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-18 02:02:17 +00:00
File headers
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#ifndef BOOST_MYSQL_DETAIL_AUXILIAR_VALUE_TYPE_TRAITS_HPP
|
||||
#define BOOST_MYSQL_DETAIL_AUXILIAR_VALUE_TYPE_TRAITS_HPP
|
||||
#ifndef BOOST_MYSQL_DETAIL_AUXILIAR_FIELD_TYPE_TRAITS_HPP
|
||||
#define BOOST_MYSQL_DETAIL_AUXILIAR_FIELD_TYPE_TRAITS_HPP
|
||||
|
||||
#include <boost/mysql/field_view.hpp>
|
||||
#include <boost/mysql/detail/auxiliar/void_t.hpp>
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#ifndef BOOST_MYSQL_VALUE_HPP
|
||||
#define BOOST_MYSQL_VALUE_HPP
|
||||
#ifndef BOOST_MYSQL_FIELD_VIEW_HPP
|
||||
#define BOOST_MYSQL_FIELD_VIEW_HPP
|
||||
|
||||
#include <boost/utility/string_view.hpp>
|
||||
#include <boost/variant2/variant.hpp>
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#ifndef BOOST_MYSQL_IMPL_VALUE_HPP
|
||||
#define BOOST_MYSQL_IMPL_VALUE_HPP
|
||||
#ifndef BOOST_MYSQL_IMPL_FIELD_VIEW_HPP
|
||||
#define BOOST_MYSQL_IMPL_FIELD_VIEW_HPP
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#ifndef BOOST_MYSQL_IMPL_FIELD_METADATA_IPP
|
||||
#define BOOST_MYSQL_IMPL_FIELD_METADATA_IPP
|
||||
#ifndef BOOST_MYSQL_IMPL_METADATA_IPP
|
||||
#define BOOST_MYSQL_IMPL_METADATA_IPP
|
||||
|
||||
#pragma once
|
||||
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
|
||||
#ifndef BOOST_MYSQL_FIELD_METADATA_HPP
|
||||
#define BOOST_MYSQL_FIELD_METADATA_HPP
|
||||
#ifndef BOOST_MYSQL_METADATA_HPP
|
||||
#define BOOST_MYSQL_METADATA_HPP
|
||||
|
||||
#include <boost/mysql/detail/protocol/common_messages.hpp>
|
||||
#include <boost/mysql/detail/auxiliar/bytestring.hpp>
|
||||
|
||||
Reference in New Issue
Block a user