add README.rst

This commit is contained in:
bolero-MURAKAMI 2013-08-29 23:21:49 +09:00
parent 1944a437e3
commit 3acc1ac301
4 changed files with 56 additions and 410 deletions

View file

@ -30,10 +30,7 @@ namespace sprout {
// make_common_array
//
template<typename... Types>
inline SPROUT_CONSTEXPR sprout::array<
typename sprout::common_decay<Types&&...>::type,
sizeof...(Types)
>
inline SPROUT_CONSTEXPR sprout::array<typename sprout::common_decay<Types&&...>::type, sizeof...(Types)>
make_common_array(Types&&... args) {
typedef sprout::array<
typename sprout::common_decay<Types&&...>::type,