-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INFRA] add deprecation note for type_traits/template_inspection
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// ----------------------------------------------------------------------------------------------------- | ||
// Copyright (c) 2006-2020, Knut Reinert & Freie Universität Berlin | ||
// Copyright (c) 2016-2020, Knut Reinert & MPI für molekulare Genetik | ||
// This file may be used, modified and/or redistributed under the terms of the 3-clause BSD-License | ||
// shipped with this file and also available at: https://github.com/seqan/seqan3/blob/master/LICENSE.md | ||
// ----------------------------------------------------------------------------------------------------- | ||
|
||
/*!\file | ||
* \brief [DEPRECATED] Provides seqan3::type_list and auxiliary type traits. | ||
* \deprecated This header is deprecated and will be removed in SeqAn-3.1. | ||
* Please \#include <seqan3/core/detail/template_inspection.hpp> instead. | ||
*/ | ||
|
||
#include <seqan3/core/detail/template_inspection.hpp> | ||
|
||
SEQAN3_DEPRECATED_HEADER("This header is deprecated and will be removed in SeqAn-3.1. " | ||
"Please #include <seqan3/core/detail/template_inspection.hpp> instead.") |