mkmkme opened a new pull request, #2832:
URL: https://github.com/apache/avro/pull/2832

   This reduces the binary size quite significantly and doesn't require an 
additional object creation during exception throwing.
   
   ## What is the purpose of the change
   
   This change replaces `boost::format` with `fmt` library. It increases the 
readability and reduces the binary size quite significantly (on my machine I 
noticed `avrogencpp` being 27M with `boost::format` and 14M with `fmt`.
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   ## Documentation
   
   - Does this pull request introduce a new feature? **no**
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@avro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to