File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class syslog : public basic<concurrency, names> {
5151 /* *
5252 * @param hint A channel type specific hint for how to construct the logger
5353 */
54- syslog<concurrency,names> (channel_type_hint::value hint =
54+ syslog (channel_type_hint::value hint =
5555 channel_type_hint::access)
5656 : basic<concurrency,names>(hint), m_channel_type_hint(hint) {}
5757
@@ -60,7 +60,7 @@ class syslog : public basic<concurrency, names> {
6060 * @param channels A set of channels to statically enable
6161 * @param hint A channel type specific hint for how to construct the logger
6262 */
63- syslog<concurrency,names> (level channels, channel_type_hint::value hint =
63+ syslog (level channels, channel_type_hint::value hint =
6464 channel_type_hint::access)
6565 : basic<concurrency,names>(channels, hint), m_channel_type_hint(hint) {}
6666
You can’t perform that action at this time.
0 commit comments