Commit 490e6b85 authored by Feram's avatar Feram Committed by Adrian Sieber

Fix typo referencs

parent 066e39d2
...@@ -553,7 +553,7 @@ public: ...@@ -553,7 +553,7 @@ public:
template <class T> template <class T>
class optional<T&&> class optional<T&&>
{ {
static_assert( sizeof(T) == 0, "optional rvalue referencs disallowed" ); static_assert( sizeof(T) == 0, "optional rvalue references disallowed" );
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment