Skip to content

Commit aa62b37

Browse files
authored
[optional.optional.general] Fix whitespace around pointer declarator (#7289)
1 parent 58c01ba commit aa62b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/utilities.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -3335,7 +3335,7 @@
33353335
constexpr void reset() noexcept;
33363336

33373337
private:
3338-
T *val; // \expos
3338+
T* val; // \expos
33393339
};
33403340

33413341
template<class T>

0 commit comments

Comments
 (0)