We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example.cpp https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(18): warning C4068: unknown pragma 'GCC' https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(298): error C2062: type 'bool' unexpected https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(298): error C2143: syntax error: missing ';' before '{' https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(298): error C2447: '{': missing function header (old-style formal list?) https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(304): error C2062: type 'bool' unexpected https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(304): error C2143: syntax error: missing ';' before '{' https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(304): error C2447: '{': missing function header (old-style formal list?)
1.https://godbolt.org/ 1. 1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
Actual Behavior
example.cpp
https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(18): warning C4068: unknown pragma 'GCC'
https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(298): error C2062: type 'bool' unexpected
https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(298): error C2143: syntax error: missing ';' before '{'
https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(298): error C2447: '{': missing function header (old-style formal list?)
https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(304): error C2062: type 'bool' unexpected
https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(304): error C2143: syntax error: missing ';' before '{'
https://raw.githubusercontent.com/boost-experimental/te/master/include/boost/te.hpp(304): error C2447: '{': missing function header (old-style formal list?)
The text was updated successfully, but these errors were encountered: