Fix CLANG compilation: folly/TokenBucket.h
Summary:
In the next revision of clang, compilation generates multiple erroes of the form
folly/TokenBucket.h:127:29: error: exception specification is not available until end of class definition
double nowInSeconds = defaultClockNow()) {
which are eliminated by reordering the method declaration for defaultClockNow()
Refer https://llvm.org/bugs/show_bug.cgi?id=30860
Reviewed By: philippu, yfeldblum
Differential Revision:
D4107443
fbshipit-source-id:
ce64f2ae7983e533c2fcb5cb043dbdd3da5c00f7