You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation contains 18 matches for template get. All of them should just be get except for the line value = j.template get<T>(); // oops! which is correct as in.
Reproduction steps
Read the readme
Expected vs. actual results
Should not have template keyword
Minimal code example
No response
Error messages
No response
Compiler and operating system
N/A
Library version
develop current
Validation
The bug also occurs if the latest version from the develop branch is used.
IIRC there were compilers with issues without the template keyword, so we decided to add it just in case. If you have a concrete example, feel free to open a PR.
Description
The documentation contains 18 matches for
template get
. All of them should just beget
except for the linevalue = j.template get<T>(); // oops!
which is correct as in.Reproduction steps
Read the readme
Expected vs. actual results
Should not have
template
keywordMinimal code example
No response
Error messages
No response
Compiler and operating system
N/A
Library version
develop current
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: