1
0
Fork 0
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:
bolero-MURAKAMI 2013-02-20 01:12:56 +09:00
parent 2e0bc89188
commit 84376c3f69
64 changed files with 204 additions and 128 deletions

View 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