mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 04:44:34 +03:00
Fix whitespace in end of line
This commit is contained in:
@@ -17529,7 +17529,7 @@ Because that's the best we can do without direct concept support.
|
||||
##### Example
|
||||
|
||||
template <typename T>
|
||||
enable_if_t<is_integral_v<T>>
|
||||
enable_if_t<is_integral_v<T>>
|
||||
f(T v)
|
||||
{
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user