1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

string 更新

This commit is contained in:
bolero-MURAKAMI 2011-09-26 10:53:29 +09:00
parent 3f8d532b79
commit 5b1f363589
2 changed files with 81 additions and 12 deletions

View file

@ -399,7 +399,7 @@ namespace sprout {
// swap
//
template<typename Container>
SPROUT_CONSTEXPR inline void swap(sprout::sub_array<Container>& lhs, sprout::sub_array<Container>& rhs) {
inline void swap(sprout::sub_array<Container>& lhs, sprout::sub_array<Container>& rhs) {
lhs.swap(rhs);
}
@ -934,3 +934,4 @@ namespace std {
} // namespace std
#endif // #ifndef SPROUT_SUB_ARRAY_HPP