mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
sprout/darkroom/materials/plaid.hpp 追加
sprout/string.hpp make_string 追加, operator basic_string 追加
This commit is contained in:
parent
3aee992fc9
commit
c0309c22ed
6 changed files with 235 additions and 47 deletions
|
@ -248,7 +248,7 @@ namespace sprout {
|
|||
//
|
||||
template<typename T, typename... Types>
|
||||
SPROUT_CONSTEXPR inline sprout::array<T, sizeof...(Types)> make_array(Types&&... args) {
|
||||
return sprout::array<typename std::decay<T>::type, sizeof...(Types)>{{sprout::forward<Types>(args)...}};
|
||||
return sprout::array<T, sizeof...(Types)>{{sprout::forward<Types>(args)...}};
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue