You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Learn more about: Compiler Error C2102"
3
3
title: "Compiler Error C2102"
4
-
ms.date: "11/04/2016"
4
+
ms.date: "03/03/2024"
5
5
f1_keywords: ["C2102"]
6
6
helpviewer_keywords: ["C2102"]
7
-
ms.assetid: d15b5fa3-fa46-4cd4-a3d2-3661646ecb7a
8
7
---
9
8
# Compiler Error C2102
10
9
11
10
'&' requires l-value
12
11
13
-
The address-of operator ( `&` ) must have an l-value as operand.
12
+
The [address-of operator (**`&`**)](../../cpp/address-of-operator-amp.md) must have an l-value as operand. Address of temporary values cannot be taken.
0 commit comments