Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c20b92c

Browse filesBrowse files
committed
[multiset.cons] Add missing parameter type.
Fixes #189.
1 parent 4321702 commit c20b92c
Copy full SHA for c20b92c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎source/containers.tex

Copy file name to clipboardExpand all lines: source/containers.tex
+1-1
Original file line numberDiff line numberDiff line change
@@ -6570,7 +6570,7 @@
65706570
\indexlibrary{\idxcode{multiset}!\idxcode{multiset}}%
65716571
\begin{itemdecl}
65726572
template <class InputIterator>
6573-
multiset(InputIterator first, last,
6573+
multiset(InputIterator first, InputIterator last,
65746574
const Compare& comp = Compare(), const Allocator& = Allocator());
65756575
\end{itemdecl}
65766576

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.