File: tuple.md

package info (click to toggle)
libcudacxx 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 66,464 kB
  • sloc: cpp: 517,767; ansic: 9,474; python: 6,108; sh: 2,225; asm: 2,154; makefile: 7
file content (18 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
grand_parent: Standard API
parent: Utility Library
nav_order: 0
---

# `<cuda/std/tuple>`

## Restrictions

Before version 1.4.0, `tuple` is not available when using NVCC with MSVC as a
  host compiler, due to compiler bugs.

Internal compiler errors may be encountered when using `tuple` with
  older updates of MSVC 2017 and MSVC 2019.
For MSVC 2017, please use version 15.8 or later (`_MSC_VER >= 1915`).
For MSVC 2019, please use version 16.6 or later (`_MSC_VER >= 1926`).