Skip to content

Commit

Permalink
[INFRA] add deprecation note for type_traits/template_inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
joergi-w committed Nov 18, 2020
1 parent 63ec1aa commit 2525633
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions include/seqan3/core/type_traits/template_inspection.hpp
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.")

0 comments on commit 2525633

Please sign in to comment.