Ticket #6305: as_literal.hpp.patch

File as_literal.hpp.patch, 375 bytes (added by Michael Burr <michael.burr@…>, 11 years ago)

patch for fix

  • as_literal.hpp

     
    7474#endif
    7575       
    7676        template< class T >
    77         inline long is_char_ptr( T /* r */ )
     77        inline long is_char_ptr( T const& /* r */ )
    7878        {
    7979            return 0L;
    8080        }