facebookarchive / bistro

Bistro is a flexible distributed scheduler, a high-performance framework supporting multiple paradigms while retaining ease of configuration, management, and monitoring.
https://bistro.io
MIT License
1.03k stars 158 forks source link

Replace boost/strong_typedef.hpp with boost/serialization/strong_typedef.hpp #5

Closed kvikas closed 7 years ago

kvikas commented 7 years ago

boost/strong_typedef.hpp is removed from recent version. More details:

  1. http://boost.2283326.n4.nabble.com/Serialization-boost-strong-typedef-hpp-vs-boost-serialization-strong-typedef-hpp-td4669383.html
  2. http://stackoverflow.com/questions/16901250/why-does-boost-include-two-different-versions-of-strong-typedef-hpp
snarkmaster commented 7 years ago

Thanks a lot! The change is now on master, although it got there by an unorthodox means:

https://github.com/facebook/bistro/blob/master/bistro/config/Job.h#L12