forked from ericniebler/stl2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathN4382.bib
48 lines (48 loc) · 1.32 KB
/
N4382.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
@MISC{ASL,
title = {Adobe Source Libraries},
howpublished = {\url{http://stlab.adobe.com}},
note = {Accessed: 2014-10-8}
}
@MISC{range-v3,
author = {Niebler, Eric},
title = {Range-v3},
howpublished = {\url{https://github.com/ericniebler/range-v3}},
note = {Accessed: 2015-4-6}
}
@MISC{origin,
author = {Sutton, Andrew},
title = {Origin},
howpublished = {\url{https://github.com/asutton/origin}},
note = {Accessed: 2015-4-6}
}
@MISC{niebler2015,
author = {Niebler, Eric},
title = "To Be or Not To Be (an Iterator)",
howpublished = {\url{http://ericniebler.com/2015/01/28/to-be-or-not-to-be-an-iterator/}},
note = {Accessed: 2015-4-6}
}
@MISC{yasskin2012,
author = {Yasskin, Jeffrey},
title = "N3350: A minimal std::range<Iter>",
year = {2012},
month = {1},
note = {\url{http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3350.html}},
}
@BOOK{Stepanov:2009:EP:1614221,
author = {Stepanov, Alexander and McJones, Paul},
title = {Elements of Programming},
year = {2009},
isbn = {032163537X, 9780321635372},
edition = {1st},
publisher = {Addison-Wesley Professional},
}
@ARTICLE{Sutter1998,
AUTHOR="Sutter, Herb",
TITLE="When Is a Container Not a Container?",
JOURNAL="C++ Report",
VOLUME="14",
ISSUE="5",
YEAR=1999,
MONTH=5,
NOTE={\url{http://www.gotw.ca/publications/mill09.htm}}
}