mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add sprout/random/default_random_engine.hpp
fix sprout/functional/bit_not.hpp
This commit is contained in:
parent
37775f9280
commit
2b8a8662af
9 changed files with 39 additions and 18 deletions
|
@ -12,7 +12,7 @@ namespace sprout {
|
|||
typedef T result_type;
|
||||
public:
|
||||
SPROUT_CONSTEXPR T operator()(T const& x) const {
|
||||
return !x;
|
||||
return ~x;
|
||||
}
|
||||
};
|
||||
} // namespace sprout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue