Skip to content

Commit dac1b88

Browse files
committed
New issue from Tim Song: "Unclear how [res.on.data.races] apply to templated functions"
1 parent 94f7ab2 commit dac1b88

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

xml/issue4145.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version='1.0' encoding='utf-8' standalone='no'?>
2+
<!DOCTYPE issue SYSTEM "lwg-issue.dtd">
3+
4+
<issue num="4145" status="New">
5+
<title>Unclear how [res.on.data.races] apply to templated functions</title>
6+
<section><sref ref="[res.on.data.races]"/></section>
7+
<submitter>Tim Song</submitter>
8+
<date>22 Aug 2024</date>
9+
<priority>99</priority>
10+
11+
<discussion>
12+
<p>
13+
It's unclear how <sref ref="[res.on.data.races]"/> applies to templated functions that
14+
invoke user-supplied operations. In particular, there's no way to meet those requirements
15+
when a user-supplied operation can perform arbitrary operations.
16+
<p/>
17+
Perhaps we need to exclude the invocation of such operations from the scope of the requirements.
18+
</p>
19+
</discussion>
20+
21+
<resolution>
22+
</resolution>
23+
24+
</issue>

0 commit comments

Comments
 (0)