mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix weed warnings.
add compost library.
This commit is contained in:
parent
ac80a04970
commit
d01ee064e2
31 changed files with 1566 additions and 120 deletions
20
sprout/compost/waves/sawtooth_wave.hpp
Normal file
20
sprout/compost/waves/sawtooth_wave.hpp
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef SPROUT_COMPOST_WAVES_SAWTOOTH_WAVE_HPP
|
||||
#define SPROUT_COMPOST_WAVES_SAWTOOTH_WAVE_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/range/adaptor/sawtooth_wave.hpp>
|
||||
|
||||
namespace sprout {
|
||||
namespace compost {
|
||||
namespace waves {
|
||||
//
|
||||
// sawtooth_wave
|
||||
//
|
||||
namespace {
|
||||
SPROUT_STATIC_CONSTEXPR sprout::adaptors::sawtooth_wave_forwarder sawtooth_wave{};
|
||||
} // anonymous-namespace
|
||||
} // namespace waves
|
||||
} // namespace compost
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_COMPOST_WAVES_SAWTOOTH_WAVE_HPP
|
Loading…
Add table
Add a link
Reference in a new issue