boostorg / icl

Boost.org icl module
http://boost.org/libs/icl
10 stars 44 forks source link

Fix forward decl lower and upper less equal #17

Closed brandon-kohn closed 4 years ago

brandon-kohn commented 6 years ago

non_empty::contains references lower_less_equal and upper_less_equal before they are declared. This patch reorders the functions so they are declared before the non_empty namespace.