diff --git a/build/boost/doc/example/customization.cpp b/build/boost/doc/example/customization.cpp index 7d9e6e0..3baaa1f 100644 --- a/build/boost/doc/example/customization.cpp +++ b/build/boost/doc/example/customization.cpp @@ -150,7 +150,7 @@ struct custom_policy // ... } template< typename Context > - static void fail( const char* message, const Context&, const char* file = "unknown location", int line = 0 ) + static void fail( const char* message, const Context& context, const char* file = "unknown location", int line = 0 ) { // ... } @@ -159,7 +159,6 @@ struct custom_policy { // ... } - template< typename Context > static void pass( const char* file, int line ) { // ...