• 0
Votes
name

A PHP Error was encountered

Severity: Notice

Message: Undefined index: userid

Filename: views/question.php

Line Number: 195

Backtrace:

File: /home/u125378470/domains/lawhelpguru.org/public_html/application/views/question.php
Line: 195
Function: _error_handler

File: /home/u125378470/domains/lawhelpguru.org/public_html/application/controllers/Questions.php
Line: 416
Function: view

File: /home/u125378470/domains/lawhelpguru.org/public_html/index.php
Line: 315
Function: require_once

name Punditsdkoslkdosdkoskdo

Invalid error in Clion about using coroutines

I'm testing coroutines in CLion on Windows with WSL toolchain (g++10) and I'm getting this error when using co_return statement:

Std::experimental::coroutine_traits type was not found; include  before defining a coroutine

in editor - but everything compiles fine and working. The WSL toolchain is the only one in CLion. How can I remove/fix them?