mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix string_ref
This commit is contained in:
parent
2e0bc89188
commit
84376c3f69
64 changed files with 204 additions and 128 deletions
8
sprout/detail/algorithm_min_max.hpp
Normal file
8
sprout/detail/algorithm_min_max.hpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP
|
||||
#define SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/algorithm/min.hpp>
|
||||
#include <sprout/algorithm/max.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_DETAIL_ALGORITHM_MIN_MAX_HPP
|
Loading…
Add table
Add a link
Reference in a new issue