From Jason Turner

[unexpected]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp87cb3oc1/{from.md → to.md} +0 -70
tmp/tmp87cb3oc1/{from.md → to.md} RENAMED
@@ -12,75 +12,5 @@ called directly by the program.
12
 
13
  *Effects:* Calls the current `unexpected_handler` function. A default
14
  `unexpected_handler` is always considered a callable handler in this
15
  context.
16
 
17
- <!-- Link reference definitions -->
18
- [auto.ptr]: #auto.ptr
19
- [auto.ptr.cons]: #auto.ptr.cons
20
- [auto.ptr.conv]: #auto.ptr.conv
21
- [auto.ptr.members]: #auto.ptr.members
22
- [basic.scope.namespace]: basic.md#basic.scope.namespace
23
- [bind]: utilities.md#bind
24
- [class.copy]: special.md#class.copy
25
- [class.dtor]: special.md#class.dtor
26
- [dcl.fct.def]: dcl.md#dcl.fct.def
27
- [dcl.stc]: dcl.md#dcl.stc
28
- [depr]: #depr
29
- [depr.adaptors]: #depr.adaptors
30
- [depr.auto.ptr]: #depr.auto.ptr
31
- [depr.base]: #depr.base
32
- [depr.c.headers]: #depr.c.headers
33
- [depr.except.spec]: #depr.except.spec
34
- [depr.function.objects]: #depr.function.objects
35
- [depr.function.pointer.adaptors]: #depr.function.pointer.adaptors
36
- [depr.impldec]: #depr.impldec
37
- [depr.incr.bool]: #depr.incr.bool
38
- [depr.ios.members]: #depr.ios.members
39
- [depr.istrstream]: #depr.istrstream
40
- [depr.istrstream.cons]: #depr.istrstream.cons
41
- [depr.istrstream.members]: #depr.istrstream.members
42
- [depr.lib.bind.1st]: #depr.lib.bind.1st
43
- [depr.lib.bind.2nd]: #depr.lib.bind.2nd
44
- [depr.lib.binder.1st]: #depr.lib.binder.1st
45
- [depr.lib.binder.2nd]: #depr.lib.binder.2nd
46
- [depr.lib.binders]: #depr.lib.binders
47
- [depr.member.pointer.adaptors]: #depr.member.pointer.adaptors
48
- [depr.ostrstream]: #depr.ostrstream
49
- [depr.ostrstream.cons]: #depr.ostrstream.cons
50
- [depr.ostrstream.members]: #depr.ostrstream.members
51
- [depr.register]: #depr.register
52
- [depr.str.strstreams]: #depr.str.strstreams
53
- [depr.strstream]: #depr.strstream
54
- [depr.strstream.cons]: #depr.strstream.cons
55
- [depr.strstream.dest]: #depr.strstream.dest
56
- [depr.strstream.oper]: #depr.strstream.oper
57
- [depr.strstreambuf]: #depr.strstreambuf
58
- [depr.strstreambuf.cons]: #depr.strstreambuf.cons
59
- [depr.strstreambuf.members]: #depr.strstreambuf.members
60
- [depr.strstreambuf.virtuals]: #depr.strstreambuf.virtuals
61
- [except.unexpected]: except.md#except.unexpected
62
- [exception.unexpected]: #exception.unexpected
63
- [expr.post.incr]: expr.md#expr.post.incr
64
- [expr.pre.incr]: expr.md#expr.pre.incr
65
- [func.bind]: utilities.md#func.bind
66
- [get.unexpected]: #get.unexpected
67
- [input.output]: input.md#input.output
68
- [iostreams.limits.pos]: input.md#iostreams.limits.pos
69
- [namespace.udecl]: dcl.md#namespace.udecl
70
- [set.unexpected]: #set.unexpected
71
- [stmt.dcl]: stmt.md#stmt.dcl
72
- [streambuf.pub.get]: input.md#streambuf.pub.get
73
- [tab:future.c.headers]: #tab:future.c.headers
74
- [tab:future.newoff.values]: #tab:future.newoff.values
75
- [tab:future.seekoff.positioning]: #tab:future.seekoff.positioning
76
- [tab:future.strstreambuf.effects]: #tab:future.strstreambuf.effects
77
- [tab:future.strstreambuf1.effects]: #tab:future.strstreambuf1.effects
78
- [unexpected]: #unexpected
79
- [unexpected.handler]: #unexpected.handler
80
- [unique.ptr]: utilities.md#unique.ptr
81
-
82
- [^1]: An implementation should consider `alsize` in making this
83
- decision.
84
-
85
- [^2]: The function signature `strlen(const char*)` is declared in
86
- `<cstring>` ([[c.strings]]).
 
12
 
13
  *Effects:* Calls the current `unexpected_handler` function. A default
14
  `unexpected_handler` is always considered a callable handler in this
15
  context.
16