microsoft / microsoft/vscode-cpptools

identifier "reenter" is undefined

Open
#9,170 7 comments 0 reactions 1 assignee View on GitHub

@michelleangela is already working on this.

Since Apr 13, 2022.

bug Feature: Configuration IntelliSense cache investigate: repro Language Service
Dominant language
TypeScript
Stars
6.2k
Forks
1.7k
Avg merge
14h 46m
Merged PRs (30d)
61

Description

Issue Type: Bug

'identifier "reenter" is undefined' error squiggles met when use boost stackless coroutines.

code:

#include <boost/asio/yield.hpp>

void GeneralTransport::TimerTask(boost::system::error_code error) {
    if (!error) reenter(coro_tcp_timer_) {
            tcp_timer_.expires_after(std::chrono::seconds(10));
            yield tcp_timer_.async_wait(std::bind(&GeneralTransport::TimerTask,
                                                  this, std::placeholders::_1));
            tcp_socket_.cancel();
        }
}

Extension version: 1.9.7
VS Code version: Code 1.66.0 (e18005f0f1b33c29e81d732535d8c0e47cafb0b5, 2022-03-30T05:50:14.623Z)
OS version: Windows_NT x64 10.0.22000
Restricted Mode: No

System Info
Item Value
CPUs AMD Ryzen 5 4600H with Radeon Graphics (12 x 2994)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 15.37GB (4.92GB free)
Process Argv --crash-reporter-id e79ea3ca-db54-40fc-8363-3133e066944f
Screen Reader no
VM 50%
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383:30185418
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
pythonvspyl392:30443607
pythontb:30283811
pythonptprofiler:30281270
vshan820:30294714
vstes263:30335439
vscoreces:30445986
pythondataviewer:30285071
vscod805cf:30301675
pythonvspyt200:30340761
binariesv615:30325510
bridge0708:30335490
bridge0723:30353136
vsaa593cf:30376535
vsc1dst:30438360
pythonvs932:30410667
wslgetstarted:30449410
pythonvsnew555:30457759
vscscmwlcmt:30465135
pynewfile477:30463512

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.