From Jason Turner

[re.regex.swap]

Diff to HTML by rtfpessoa

tmp/tmphw3vghft/{from.md → to.md} RENAMED
@@ -7,7 +7,7 @@ void swap(basic_regex& e);
7
  *Effects:* Swaps the contents of the two regular expressions.
8
 
9
  `*this` contains the regular expression that was in `e`, `e` contains
10
  the regular expression that was in `*this`.
11
 
12
- *Complexity:* constant time.
13
 
 
7
  *Effects:* Swaps the contents of the two regular expressions.
8
 
9
  `*this` contains the regular expression that was in `e`, `e` contains
10
  the regular expression that was in `*this`.
11
 
12
+ *Complexity:* Constant time.
13