I never use exceptions in my code and never will. Is it sain to add noexcept to every possible function?
What happens if a user that uses my code is using exceptions (feel sorry for him) where there are internal function calls like stl stuff that may throw?