Skip to content

Commit 34ffed3

Browse files
committed
Go back to no constexpr.
1 parent ce54836 commit 34ffed3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

compiler-rt/lib/scudo/standalone/options.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ struct Options {
3838
}
3939
};
4040

41-
template <typename Config>
42-
constexpr bool useMemoryTagging(const Options &Options) {
41+
template <typename Config> bool useMemoryTagging(const Options &Options) {
4342
return allocatorSupportsMemoryTagging<Config>() &&
4443
Options.get(OptionBit::UseMemoryTagging);
4544
}

0 commit comments

Comments
 (0)