forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Commitba96b4f
committed
SFINAE-ize the server_base metafunction
The server_base metafunction type serves as a means for choosing which implementation basethe server will be deriving from. The SFINAE technique is used to enable the appropriateimplementation of the type depending on the tag dispatch mechanism being utilized throughoutthe implementation.1 parent9b9bd9b commitba96b4f
1 file changed
+14
-12
lines changedLines changed: 14 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 |
| |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
32 | 34 |
| |
33 | 35 |
| |
34 | 36 |
| |
|
0 commit comments
Comments
(0)