Top "Name-conflict" questions

A situation in which two or more identifiers within a given scope cannot be unambiguously resolved.

does an amazon cloudfront distribution with multiple origins conflict?

i have 2 different images in 2 websites at: http://www.siteA.com/avatar.png http://www.siteB.com/avatar.png If …

conflict cdn amazon-cloudfront name-conflict content-delivery-network
How to resolve a name collision between a C++ namespace and a global function?

if I define a namespace log somewhere and make it accessible in the global scope, this will clash with double …

c++ namespaces name-conflict