bolt/deps/llvm-18.1.8/clang/test/Headers/Inputs/include/algorithm

6 lines
165 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
#pragma once
namespace std {
template<class T> constexpr const T& min(const T& a, const T& b);
template<class T> constexpr const T& max(const T& a, const T& b);
}