diff options
Diffstat (limited to 'include/ocl')
| -rw-r--r-- | include/ocl/fix.hpp | 6 | ||||
| -rw-r--r-- | include/ocl/fix/parser.hpp | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/include/ocl/fix.hpp b/include/ocl/fix.hpp index d8c7a3b..26742bd 100644 --- a/include/ocl/fix.hpp +++ b/include/ocl/fix.hpp @@ -14,13 +14,13 @@ namespace ocl::fix { - - template <typename It, class Pred> + + template <typename It, class Pred> It find(It begin, It end, Pred callable); template <typename It, class Callable> It find_if(It begin, It end, Callable callable); -} +} // namespace ocl::fix #endif diff --git a/include/ocl/fix/parser.hpp b/include/ocl/fix/parser.hpp index ffac652..ceba660 100644 --- a/include/ocl/fix/parser.hpp +++ b/include/ocl/fix/parser.hpp @@ -100,7 +100,9 @@ namespace ocl::fix std::unique_ptr<impl> impl_; #ifndef OCL_FIX_HAS_IMPL - struct impl {}; + struct impl + { + }; #endif public: |
