# File lib/rouge/lexers/cpp.rb, line 21
      def self.keywords
        @keywords ||= super + Set.new(%w(
          asm catch const_cast delete dynamic_cast explicit export
          friend mutable namespace new operator private protected public
          reinterpret_cast restrict static_cast template this throw
          throws typeid typename using virtual

          alignas alignof constexpr decltype noexcept static_assert
          thread_local try
        ))
      end