Namespace rename from UpperCamelCase to snake_case
authorPhil Willoughby <philwill@fb.com>
Fri, 27 Jan 2017 14:43:33 +0000 (06:43 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Fri, 27 Jan 2017 14:47:53 +0000 (06:47 -0800)
commit581791b3e0dce9b1d2d773f94f868be166c53735
treee6271fd91ceddca49681bf533f243828bb5f9c96
parentdd71ee635cd1555e41398cbe48d6eb83ece8b88d
Namespace rename from UpperCamelCase to snake_case

Summary:
`folly::literals` is to `folly` what `std::literals` is to `std`.

More importantly we should be consitent;  snake_case is how other folly sub-namespaces are named, such as:

`array_detail`
`apply_tuple`
`format_value`
`threadlocal_detail`
`recordio_helpers`
`exception_tracer`

Reviewed By: ericniebler

Differential Revision: D4468281

fbshipit-source-id: de10bec74c9a38f387d62bd55da947291c23970b
folly/FixedString.h
folly/test/FixedStringTest.cpp