### Specification Version SYCL 2020 (Revision 11) ### Section Number(s) 4.6.3 ### Bug Description Am I missing something or it's a bug? Current API: <img width="821" height="612" alt="Image" src="https://github.com/user-attachments/assets/bf58739b-711f-4ca2-97d2-792aca8e8147" /> spec [source](https://github.com/KhronosGroup/SYCL-Docs/blame/main/adoc/headers/context.h#L17-L20): ``` explicit context(const platform& plt, const property_list& propList = {}); explicit context(const platform& plt, async_handler asyncHandler, const property_list& propList = {}); ```
Specification Version
SYCL 2020 (Revision 11)
Section Number(s)
4.6.3
Bug Description
Am I missing something or it's a bug?
Current API:
spec source: