summaryrefslogtreecommitdiff
path: root/7p54.cpp
blob: d8606c452ac3893e8bd497e8a1ef89baca905449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

/*
 *
 * 7.54
 *
 *
 */

int main () {

	/*
	  Answer: Yes and No.

	  C++11 did not allow this
	  When compiling with C++20, this is allowed.

	 */
	return 0;
}