Skip to content
New issue

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

"boost/cgi/basic_request_fwd.hpp" not found #15

Open
takahashi-daisuke opened this issue Apr 24, 2017 · 0 comments
Open

"boost/cgi/basic_request_fwd.hpp" not found #15

takahashi-daisuke opened this issue Apr 24, 2017 · 0 comments

Comments

@takahashi-daisuke
Copy link

Hi.

When I used boost/cgi/fcgi/request_fwd.hpp by clang++ 4.0.0 with boost 1.63.0, I encountered next error.

/usr/local/include/boost/cgi/fcgi/request_fwd.hpp:12:10: fatal error: 'boost/cgi/basic_request_fwd.hpp' file not found
#include "boost/cgi/basic_request_fwd.hpp"
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Did you move path to "boost/cgi/fwd/basic_request_fwd.hpp"?
But template argument of basic_request is different.


/usr/local/include/boost/cgi/fcgi/request_fwd.hpp:21:13: error: too many template arguments for class template 'basic_request'
    typedef basic_request<fcgi_request_service<common::tags::fcgi>, service_t> request;
            ^                                                       ~~~~~~~~~~
/usr/local/include/boost/cgi/basic_request.hpp:61:9: note: template is declared here
  class basic_request


I guess template argument to next.

typedef basic_request<common::tags::fcgi> request;

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant