Let ProcessReturnCode be publicly constructible
[folly.git] / folly / IPAddressV4.h
index 93651577687d88d66164ca59ef44d6b90a6f83c6..4b0b8799feb960e0c2c2b4d3266fafd710b76b21 100644 (file)
@@ -140,7 +140,7 @@ class IPAddressV4 {
    * @see IPAddress#bitCount
    * @returns 32
    */
-  static size_t bitCount() {
+  static constexpr size_t bitCount() {
     return 32;
   }