mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-08 01:29:23 -05:00
fixtypo and added comment
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Types
|
||||
/*! Clears the contents. */
|
||||
inline void clear();
|
||||
|
||||
/*! Swaps the contents. */
|
||||
/*! Swap the SyncChanges. */
|
||||
inline void swap(SyncChanges &right)
|
||||
noexcept(std::is_nothrow_swappable_v<ContainerType>);
|
||||
|
||||
@@ -396,6 +396,7 @@ namespace Types
|
||||
|
||||
/* Non-member functions */
|
||||
|
||||
/*! Swap the SyncChanges. */
|
||||
inline void swap(SyncChanges &left, SyncChanges &right)
|
||||
noexcept(noexcept(left.swap(right)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user