mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add make_array, make_string variation (remove make_string_as)
This commit is contained in:
parent
f0ec89c423
commit
478c21a300
5 changed files with 108 additions and 22 deletions
|
@ -5,8 +5,8 @@
|
|||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
=============================================================================*/
|
||||
#ifndef SPROUT_VALARRAY_MASKE_ARRAY_HPP
|
||||
#define SPROUT_VALARRAY_MASKE_ARRAY_HPP
|
||||
#ifndef SPROUT_VALARRAY_MASK_ARRAY_HPP
|
||||
#define SPROUT_VALARRAY_MASK_ARRAY_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
|
@ -231,4 +231,4 @@ namespace sprout {
|
|||
}
|
||||
} // namespace sprout
|
||||
|
||||
#endif // #ifndef SPROUT_VALARRAY_MASKE_ARRAY_HPP
|
||||
#endif // #ifndef SPROUT_VALARRAY_MASK_ARRAY_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue