Browse Source

Workaround for gcc-3.4

master
Artyom Beilis 8 years ago
parent
commit
b7ff90ea79
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      cppcms/http_content_filter.h

+ 3
- 1
cppcms/http_content_filter.h View File

@@ -47,8 +47,10 @@ namespace http {

class CPPCMS_API content_limits : public booster::noncopyable {
friend class request;
content_limits(impl::cached_settings const &);
public:
/// \cond INTERNAL
content_limits(impl::cached_settings const &);
/// \endcond

content_limits();
~content_limits();


Loading…
Cancel
Save