Skip to content

Commit 154ad7b

Browse files
committed
fix: header after includes
1 parent a08e53d commit 154ad7b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

include/seqan3/argument_parser/auxiliary.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
#pragma once
1111

12-
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
13-
1412
#include <concepts>
1513
#include <sstream>
1614
#include <type_traits>
@@ -21,6 +19,8 @@ SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and wi
2119
#include <seqan3/core/detail/customisation_point.hpp>
2220
#include <seqan3/io/stream/concept.hpp>
2321

22+
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
23+
2424
namespace seqan3::custom
2525
{
2626

include/seqan3/argument_parser/exceptions.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99

1010
#pragma once
1111

12-
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
13-
1412
#include <stdexcept>
1513

1614
#include <seqan3/core/platform.hpp>
1715

16+
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
17+
1818
namespace seqan3
1919
{
2020
/*!\brief Argument parser exception that is thrown whenever there is an error

include/seqan3/argument_parser/validators.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
#pragma once
1111

12-
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
13-
1412
#include <algorithm>
1513
#include <concepts>
1614
#include <exception>
@@ -31,6 +29,8 @@ SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and wi
3129
#include <seqan3/utility/type_traits/basic.hpp>
3230
#include <seqan3/utility/views/join_with.hpp>
3331

32+
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the sharg-parser (url: https://github.com/seqan/sharg-parser) instead.");
33+
3434
namespace seqan3
3535
{
3636

include/seqan3/search/dream_index/interleaved_bloom_filter.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
#pragma once
1111

12-
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the hibf-library (url: https://github.com/seqan/hibf) instead.");
13-
1412
#include <algorithm>
1513
#include <bit>
1614

1715
#include <seqan3/contrib/sdsl-lite.hpp>
1816
#include <seqan3/core/concept/cereal.hpp>
1917
#include <seqan3/core/detail/strong_type.hpp>
2018

19+
SEQAN3_DEPRECATED_HEADER("This header and its functionality is deprecated and will be removed in a future version of SeqAn. Please use the hibf-library (url: https://github.com/seqan/hibf) instead.");
20+
2121
namespace seqan3
2222
{
2323
//!\brief Determines if the Interleaved Bloom Filter is compressed.

0 commit comments

Comments
 (0)